Html Css Color HEX #A129E7 Blue Violet

📋 copy color: '#A129E7'

red 161 ◦ green 41 ◦ blue 231

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

Shades of Blue Violet #A129E7

Tints of Blue Violet #A129E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 53.35%

R = 37.18%
G = 9.47%
B = 53.35%

CMYK

 C value IS 0.30

 M value IS 0.82

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A129E7 (or 0xA129E7) is known color: Blue Violet. HEX triplet: A1, 29 and E7. RGB value is (161,41,231). Sum of RGB (Red+Green+Blue) = 161+41+231=433 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.18% from 433); Green value is 41 (16.41% from 255 or 9.47% from 433); Blue value is 231 (90.62% from 255 or 53.35% from 433); Max value from RGB is 231 - color contains mainly: blue. Hex color #A129E7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A129E7 is #5ED618. Grayscale: #616161. Windows color (decimal): -6215193 or 15149473. OLE color: 15149473.

HSL color Cylindrical-coordinate representation of color #A129E7: hue angle of 277.89º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A129E7 is Cyan = 0.30, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 161 41 231 -
CMYK 0.30 0.82 0 0.09
HSL 277.89º 0.8% 0.53% -
HSV(B) 277.89º 0.82% 0.91% -
XYZ 29.91 14.93 76.91 -
YUV 98.54 202.76 172.55 -
System Red Green Blue C M Y K H S L
Decimal 161 41 231 0.30 0.82 0 0.09 277.89 0.8 0.53
Hex A1 29 E7 1E 52 0 9 116 50 35
Octal 241 51 347 36 122 0 11 426 120 65
Binary 10100001 101001 11100111 11110 1010010 0 1001 100010110 1010000 110101

Color Harmonies of #A129E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A129E7

Black with #A129E7

Text Example


Text Example

White with #A129E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A129E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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