Html Css Color HEX #A129EC Blue Violet

📋 copy color: '#A129EC'

red 161 ◦ green 41 ◦ blue 236

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

Shades of Blue Violet #A129EC

Tints of Blue Violet #A129EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 53.88%

R = 36.76%
G = 9.36%
B = 53.88%

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

#A129EC (or 0xA129EC) is known color: Blue Violet. HEX triplet: A1, 29 and EC. RGB value is (161,41,236). Sum of RGB (Red+Green+Blue) = 161+41+236=438 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.76% from 438); Green value is 41 (16.41% from 255 or 9.36% from 438); Blue value is 236 (92.58% from 255 or 53.88% from 438); Max value from RGB is 236 - color contains mainly: blue. Hex color #A129EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A129EC is #5ED613. Grayscale: #626262. Windows color (decimal): -6215188 or 15477153. OLE color: 15477153.

HSL color Cylindrical-coordinate representation of color #A129EC: hue angle of 276.92º degrees, saturation: 0.84, 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 #A129EC is Cyan = 0.32, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 161 41 236 -
CMYK 0.32 0.83 0 0.07
HSL 276.92º 0.84% 0.54% -
HSV(B) 276.92º 0.83% 0.93% -
XYZ 30.63 15.22 80.68 -
YUV 99.11 205.26 172.14 -
System Red Green Blue C M Y K H S L
Decimal 161 41 236 0.32 0.83 0 0.07 276.92 0.84 0.54
Hex A1 29 EC 20 53 0 7 115 54 36
Octal 241 51 354 40 123 0 7 425 124 66
Binary 10100001 101001 11101100 100000 1010011 0 111 100010101 1010100 110110

Color Harmonies of #A129EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A129EC

Black with #A129EC

Text Example


Text Example

White with #A129EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A129EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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