Html Css Color HEX #AA33EE Blue Violet

📋 copy color: '#AA33EE'

red 170 ◦ green 51 ◦ blue 238

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

Shades of Blue Violet #AA33EE

Tints of Blue Violet #AA33EE

RGB

 RED value IS 170 (66.8% from 255) = 37.04%

 GREEN value IS 51 (20.31% from 255) = 11.11%

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

R = 37.04%
G = 11.11%
B = 51.85%

CMYK

 C value IS 0.29

 M value IS 0.79

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AA33EE (or 0xAA33EE) is known color: Blue Violet. HEX triplet: AA, 33 and EE. RGB value is (170,51,238). Sum of RGB (Red+Green+Blue) = 170+51+238=459 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.04% from 459); Green value is 51 (20.31% from 255 or 11.11% from 459); Blue value is 238 (93.36% from 255 or 51.85% from 459); Max value from RGB is 238 - color contains mainly: blue. Hex color #AA33EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA33EE is #55CC11. Grayscale: #6B6B6B. Windows color (decimal): -5622802 or 15610794. OLE color: 15610794.

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

Color convert

RGB 170 51 238 -
CMYK 0.29 0.79 0 0.07
HSL 278.18º 0.85% 0.57% -
HSV(B) 278.18º 0.79% 0.93% -
XYZ 33.19 17.09 82.44 -
YUV 107.9 201.42 172.29 -
System Red Green Blue C M Y K H S L
Decimal 170 51 238 0.29 0.79 0 0.07 278.18 0.85 0.57
Hex AA 33 EE 1D 4F 0 7 116 55 39
Octal 252 63 356 35 117 0 7 426 125 71
Binary 10101010 110011 11101110 11101 1001111 0 111 100010110 1010101 111001

Color Harmonies of #AA33EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA33EE

Black with #AA33EE

Text Example


Text Example

White with #AA33EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA33EE; }

 p { color: rgb(170,51,238); }

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

background-color css

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

 a { background-color: rgb(170,51,238); }

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

border-color css

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

 span { border-color: rgb(170,51,238); }

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