Html Css Color HEX #A129EF Blue Violet

📋 copy color: '#A129EF'

red 161 ◦ green 41 ◦ blue 239

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

Shades of Blue Violet #A129EF

Tints of Blue Violet #A129EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 54.2%

R = 36.51%
G = 9.3%
B = 54.2%

CMYK

 C value IS 0.33

 M value IS 0.83

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A129EF (or 0xA129EF) is known color: Blue Violet. HEX triplet: A1, 29 and EF. RGB value is (161,41,239). Sum of RGB (Red+Green+Blue) = 161+41+239=441 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.51% from 441); Green value is 41 (16.41% from 255 or 9.30% from 441); Blue value is 239 (93.75% from 255 or 54.20% from 441); Max value from RGB is 239 - color contains mainly: blue. Hex color #A129EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A129EF is #5ED610. Grayscale: #626262. Windows color (decimal): -6215185 or 15673761. OLE color: 15673761.

HSL color Cylindrical-coordinate representation of color #A129EF: hue angle of 276.36º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A129EF is Cyan = 0.33, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 161 41 239 -
CMYK 0.33 0.83 0 0.06
HSL 276.36º 0.86% 0.55% -
HSV(B) 276.36º 0.83% 0.94% -
XYZ 31.07 15.39 83 -
YUV 99.45 206.76 171.9 -
System Red Green Blue C M Y K H S L
Decimal 161 41 239 0.33 0.83 0 0.06 276.36 0.86 0.55
Hex A1 29 EF 21 53 0 6 114 56 37
Octal 241 51 357 41 123 0 6 424 126 67
Binary 10100001 101001 11101111 100001 1010011 0 110 100010100 1010110 110111

Color Harmonies of #A129EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A129EF

Black with #A129EF

Text Example


Text Example

White with #A129EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A129EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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