Html Css Color HEX #A129EE Blue Violet

📋 copy color: '#A129EE'

red 161 ◦ green 41 ◦ blue 238

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

Shades of Blue Violet #A129EE

Tints of Blue Violet #A129EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 54.09%

R = 36.59%
G = 9.32%
B = 54.09%

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

#A129EE (or 0xA129EE) is known color: Blue Violet. HEX triplet: A1, 29 and EE. RGB value is (161,41,238). Sum of RGB (Red+Green+Blue) = 161+41+238=440 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.59% from 440); Green value is 41 (16.41% from 255 or 9.32% from 440); Blue value is 238 (93.36% from 255 or 54.09% from 440); Max value from RGB is 238 - color contains mainly: blue. Hex color #A129EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A129EE is #5ED611. Grayscale: #626262. Windows color (decimal): -6215186 or 15608225. OLE color: 15608225.

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

Color convert

RGB 161 41 238 -
CMYK 0.32 0.83 0 0.07
HSL 276.55º 0.85% 0.55% -
HSV(B) 276.55º 0.83% 0.93% -
XYZ 30.92 15.34 82.22 -
YUV 99.34 206.26 171.98 -
System Red Green Blue C M Y K H S L
Decimal 161 41 238 0.32 0.83 0 0.07 276.55 0.85 0.55
Hex A1 29 EE 20 53 0 7 115 55 37
Octal 241 51 356 40 123 0 7 425 125 67
Binary 10100001 101001 11101110 100000 1010011 0 111 100010101 1010101 110111

Color Harmonies of #A129EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A129EE

Black with #A129EE

Text Example


Text Example

White with #A129EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A129EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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