Html Css Color HEX #AA32EE Blue Violet

📋 copy color: '#AA32EE'

red 170 ◦ green 50 ◦ blue 238

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

Shades of Blue Violet #AA32EE

Tints of Blue Violet #AA32EE

RGB

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

 GREEN value IS 50 (19.92% from 255) = 10.92%

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

R = 37.12%
G = 10.92%
B = 51.97%

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

#AA32EE (or 0xAA32EE) is known color: Blue Violet. HEX triplet: AA, 32 and EE. RGB value is (170,50,238). Sum of RGB (Red+Green+Blue) = 170+50+238=458 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.12% from 458); Green value is 50 (19.92% from 255 or 10.92% from 458); Blue value is 238 (93.36% from 255 or 51.97% from 458); Max value from RGB is 238 - color contains mainly: blue. Hex color #AA32EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA32EE is #55CD11. Grayscale: #6A6A6A. Windows color (decimal): -5623058 or 15610538. OLE color: 15610538.

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

Color convert

RGB 170 50 238 -
CMYK 0.29 0.79 0 0.07
HSL 278.3º 0.85% 0.56% -
HSV(B) 278.3º 0.79% 0.93% -
XYZ 33.15 17 82.42 -
YUV 107.31 201.76 172.71 -
System Red Green Blue C M Y K H S L
Decimal 170 50 238 0.29 0.79 0 0.07 278.3 0.85 0.56
Hex AA 32 EE 1D 4F 0 7 116 55 38
Octal 252 62 356 35 117 0 7 426 125 70
Binary 10101010 110010 11101110 11101 1001111 0 111 100010110 1010101 111000

Color Harmonies of #AA32EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA32EE

Black with #AA32EE

Text Example


Text Example

White with #AA32EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA32EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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