Html Css Color HEX #A128ED Blue Violet

📋 copy color: '#A128ED'

red 161 ◦ green 40 ◦ blue 237

#A128ED
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Violet #A128ED

Tints of Blue Violet #A128ED

RGB

 RED value IS 161 (63.28% from 255) = 36.76%

 GREEN value IS 40 (16.02% from 255) = 9.13%

 BLUE value IS 237 (92.97% from 255) = 54.11%

R = 36.76%
G = 9.13%
B = 54.11%

CMYK

 C value IS 0.32

 M value IS 0.83

 Y value IS 0

 K value IS 0.07

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#A128ED (or 0xA128ED) is known color: Blue Violet. HEX triplet: A1, 28 and ED. RGB value is (161,40,237). Sum of RGB (Red+Green+Blue) = 161+40+237=438 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.76% from 438); Green value is 40 (16.02% from 255 or 9.13% from 438); Blue value is 237 (92.97% from 255 or 54.11% from 438); Max value from RGB is 237 - color contains mainly: blue. Hex color #A128ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A128ED is #5ED712. Grayscale: #616161. Windows color (decimal): -6215443 or 15542433. OLE color: 15542433.

HSL color Cylindrical-coordinate representation of color #A128ED: hue angle of 276.85º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A128ED is Cyan = 0.32, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 161 40 237 -
CMYK 0.32 0.83 0 0.07
HSL 276.85º 0.85% 0.54% -
HSV(B) 276.85º 0.83% 0.93% -
XYZ 30.74 15.21 81.44 -
YUV 98.64 206.09 172.48 -
System Red Green Blue C M Y K H S L
Decimal 161 40 237 0.32 0.83 0 0.07 276.85 0.85 0.54
Hex A1 28 ED 20 53 0 7 115 55 36
Octal 241 50 355 40 123 0 7 425 125 66
Binary 10100001 101000 11101101 100000 1010011 0 111 100010101 1010101 110110

Color Harmonies of #A128ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A128ED

Black with #A128ED

Text Example


Text Example

White with #A128ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A128ED; }

 p { color: rgb(161,40,237); }

 H1.HeaderClassName
 {
   color: #A128ED;
 }
 .AnyTagClassName
 {
   color: #A128ED;
 }
</style>

background-color css

<style>
 a { background-color: #A128ED; }

 a { background-color: rgb(161,40,237); }

 div.DivClassName
 {
   background-color: #A128ED;
 }
 .BgClassName
 {
   background-color: #A128ED;
 }
</style>

border-color css

<style>
 span { border-color: #A128ED; }

 span { border-color: rgb(161,40,237); }

 td.TdClassName
 {
   border-color: #A128ED;
 }
 .TagClassName
 {
   border-color: #A128ED;
 }
</style>