Html Css Color HEX #A229EC Blue Violet

📋 copy color: '#A229EC'

red 162 ◦ green 41 ◦ blue 236

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

Shades of Blue Violet #A229EC

Tints of Blue Violet #A229EC

RGB

 RED value IS 162 (63.67% from 255) = 36.9%

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

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

R = 36.9%
G = 9.34%
B = 53.76%

CMYK

 C value IS 0.31

 M value IS 0.83

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A229EC (or 0xA229EC) is known color: Blue Violet. HEX triplet: A2, 29 and EC. RGB value is (162,41,236). Sum of RGB (Red+Green+Blue) = 162+41+236=439 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.90% from 439); Green value is 41 (16.41% from 255 or 9.34% from 439); Blue value is 236 (92.58% from 255 or 53.76% from 439); Max value from RGB is 236 - color contains mainly: blue. Hex color #A229EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A229EC is #5DD613. Grayscale: #626262. Windows color (decimal): -6149652 or 15477154. OLE color: 15477154.

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

Color convert

RGB 162 41 236 -
CMYK 0.31 0.83 0 0.07
HSL 277.23º 0.84% 0.54% -
HSV(B) 277.23º 0.83% 0.93% -
XYZ 30.83 15.32 80.69 -
YUV 99.41 205.09 172.64 -
System Red Green Blue C M Y K H S L
Decimal 162 41 236 0.31 0.83 0 0.07 277.23 0.84 0.54
Hex A2 29 EC 1F 53 0 7 115 54 36
Octal 242 51 354 37 123 0 7 425 124 66
Binary 10100010 101001 11101100 11111 1010011 0 111 100010101 1010100 110110

Color Harmonies of #A229EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A229EC

Black with #A229EC

Text Example


Text Example

White with #A229EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A229EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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