Html Css Color HEX #A129EB Blue Violet

📋 copy color: '#A129EB'

red 161 ◦ green 41 ◦ blue 235

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

Shades of Blue Violet #A129EB

Tints of Blue Violet #A129EB

RGB

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

 GREEN value IS 41 (16.41% from 255) = 9.38%

 BLUE value IS 235 (92.19% from 255) = 53.78%

R = 36.84%
G = 9.38%
B = 53.78%

CMYK

 C value IS 0.31

 M value IS 0.83

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A129EB (or 0xA129EB) is known color: Blue Violet. HEX triplet: A1, 29 and EB. RGB value is (161,41,235). Sum of RGB (Red+Green+Blue) = 161+41+235=437 (57% of max value = 765). Red value is 161 (63.28% from 255 or 36.84% from 437); Green value is 41 (16.41% from 255 or 9.38% from 437); Blue value is 235 (92.19% from 255 or 53.78% from 437); Max value from RGB is 235 - color contains mainly: blue. Hex color #A129EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A129EB is #5ED614. Grayscale: #626262. Windows color (decimal): -6215189 or 15411617. OLE color: 15411617.

HSL color Cylindrical-coordinate representation of color #A129EB: hue angle of 277.11º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A129EB is Cyan = 0.31, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 161 41 235 -
CMYK 0.31 0.83 0 0.08
HSL 277.11º 0.83% 0.54% -
HSV(B) 277.11º 0.83% 0.92% -
XYZ 30.49 15.16 79.92 -
YUV 99 204.76 172.23 -
System Red Green Blue C M Y K H S L
Decimal 161 41 235 0.31 0.83 0 0.08 277.11 0.83 0.54
Hex A1 29 EB 1F 53 0 8 115 53 36
Octal 241 51 353 37 123 0 10 425 123 66
Binary 10100001 101001 11101011 11111 1010011 0 1000 100010101 1010011 110110

Color Harmonies of #A129EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A129EB

Black with #A129EB

Text Example


Text Example

White with #A129EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A129EB; }

 p { color: rgb(161,41,235); }

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

background-color css

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

 a { background-color: rgb(161,41,235); }

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

border-color css

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

 span { border-color: rgb(161,41,235); }

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