Html Css Color HEX #AA0DEB Electric Purple

📋 copy color: '#AA0DEB'

red 170 ◦ green 13 ◦ blue 235

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

Shades of Electric Purple #AA0DEB

Tints of Electric Purple #AA0DEB

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.11%

 BLUE value IS 235 (92.19% from 255) = 56.22%

R = 40.67%
G = 3.11%
B = 56.22%

CMYK

 C value IS 0.28

 M value IS 0.94

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AA0DEB (or 0xAA0DEB) is known color: Electric Purple. HEX triplet: AA, 0D and EB. RGB value is (170,13,235). Sum of RGB (Red+Green+Blue) = 170+13+235=418 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.67% from 418); Green value is 13 (5.47% from 255 or 3.11% from 418); Blue value is 235 (92.19% from 255 or 56.22% from 418); Max value from RGB is 235 - color contains mainly: blue. Hex color #AA0DEB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AA0DEB is #55F214. Grayscale: #545454. Windows color (decimal): -5632533 or 15404458. OLE color: 15404458.

HSL color Cylindrical-coordinate representation of color #AA0DEB: hue angle of 282.43º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AA0DEB is Cyan = 0.28, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 170 13 235 -
CMYK 0.28 0.94 0 0.08
HSL 282.43º 0.9% 0.49% -
HSV(B) 282.43º 0.94% 0.92% -
XYZ 31.72 14.83 79.79 -
YUV 85.25 212.51 188.45 -
System Red Green Blue C M Y K H S L
Decimal 170 13 235 0.28 0.94 0 0.08 282.43 0.9 0.49
Hex AA D EB 1C 5E 0 8 11A 5A 31
Octal 252 15 353 34 136 0 10 432 132 61
Binary 10101010 1101 11101011 11100 1011110 0 1000 100011010 1011010 110001

Color Harmonies of #AA0DEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0DEB

Black with #AA0DEB

Text Example


Text Example

White with #AA0DEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0DEB; }

 p { color: rgb(170,13,235); }

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

background-color css

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

 a { background-color: rgb(170,13,235); }

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

border-color css

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

 span { border-color: rgb(170,13,235); }

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