Html Css Color HEX #A229EE Blue Violet

📋 copy color: '#A229EE'

red 162 ◦ green 41 ◦ blue 238

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

Shades of Blue Violet #A229EE

Tints of Blue Violet #A229EE

RGB

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

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

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

R = 36.73%
G = 9.3%
B = 53.97%

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

#A229EE (or 0xA229EE) is known color: Blue Violet. HEX triplet: A2, 29 and EE. RGB value is (162,41,238). Sum of RGB (Red+Green+Blue) = 162+41+238=441 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.73% from 441); Green value is 41 (16.41% from 255 or 9.30% from 441); Blue value is 238 (93.36% from 255 or 53.97% from 441); Max value from RGB is 238 - color contains mainly: blue. Hex color #A229EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A229EE is #5DD611. Grayscale: #626262. Windows color (decimal): -6149650 or 15608226. OLE color: 15608226.

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

Color convert

RGB 162 41 238 -
CMYK 0.32 0.83 0 0.07
HSL 276.85º 0.85% 0.55% -
HSV(B) 276.85º 0.83% 0.93% -
XYZ 31.13 15.44 82.23 -
YUV 99.64 206.09 172.48 -
System Red Green Blue C M Y K H S L
Decimal 162 41 238 0.32 0.83 0 0.07 276.85 0.85 0.55
Hex A2 29 EE 20 53 0 7 115 55 37
Octal 242 51 356 40 123 0 7 425 125 67
Binary 10100010 101001 11101110 100000 1010011 0 111 100010101 1010101 110111

Color Harmonies of #A229EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A229EE

Black with #A229EE

Text Example


Text Example

White with #A229EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A229EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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