Html Css Color HEX #AA28EE Blue Violet

📋 copy color: '#AA28EE'

red 170 ◦ green 40 ◦ blue 238

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

Shades of Blue Violet #AA28EE

Tints of Blue Violet #AA28EE

RGB

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

 GREEN value IS 40 (16.02% from 255) = 8.93%

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

R = 37.95%
G = 8.93%
B = 53.13%

CMYK

 C value IS 0.29

 M value IS 0.83

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AA28EE (or 0xAA28EE) is known color: Blue Violet. HEX triplet: AA, 28 and EE. RGB value is (170,40,238). Sum of RGB (Red+Green+Blue) = 170+40+238=448 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.95% from 448); Green value is 40 (16.02% from 255 or 8.93% from 448); Blue value is 238 (93.36% from 255 or 53.12% from 448); Max value from RGB is 238 - color contains mainly: blue. Hex color #AA28EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA28EE is #55D711. Grayscale: #646464. Windows color (decimal): -5625618 or 15607978. OLE color: 15607978.

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

Color convert

RGB 170 40 238 -
CMYK 0.29 0.83 0 0.07
HSL 279.39º 0.85% 0.55% -
HSV(B) 279.39º 0.83% 0.93% -
XYZ 32.77 16.24 82.3 -
YUV 101.44 205.07 176.9 -
System Red Green Blue C M Y K H S L
Decimal 170 40 238 0.29 0.83 0 0.07 279.39 0.85 0.55
Hex AA 28 EE 1D 53 0 7 117 55 37
Octal 252 50 356 35 123 0 7 427 125 67
Binary 10101010 101000 11101110 11101 1010011 0 111 100010111 1010101 110111

Color Harmonies of #AA28EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA28EE

Black with #AA28EE

Text Example


Text Example

White with #AA28EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA28EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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