Html Css Color HEX #AA0BEB Electric Purple

📋 copy color: '#AA0BEB'

red 170 ◦ green 11 ◦ blue 235

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

Shades of Electric Purple #AA0BEB

Tints of Electric Purple #AA0BEB

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.64%

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

R = 40.87%
G = 2.64%
B = 56.49%

CMYK

 C value IS 0.28

 M value IS 0.95

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AA0BEB (or 0xAA0BEB) is known color: Electric Purple. HEX triplet: AA, 0B and EB. RGB value is (170,11,235). Sum of RGB (Red+Green+Blue) = 170+11+235=416 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.87% from 416); Green value is 11 (4.69% from 255 or 2.64% from 416); Blue value is 235 (92.19% from 255 or 56.49% from 416); Max value from RGB is 235 - color contains mainly: blue. Hex color #AA0BEB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AA0BEB is #55F414. Grayscale: #535353. Windows color (decimal): -5633045 or 15403946. OLE color: 15403946.

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

Color convert

RGB 170 11 235 -
CMYK 0.28 0.95 0 0.08
HSL 282.59º 0.91% 0.48% -
HSV(B) 282.59º 0.95% 0.92% -
XYZ 31.69 14.78 79.78 -
YUV 84.08 213.18 189.29 -
System Red Green Blue C M Y K H S L
Decimal 170 11 235 0.28 0.95 0 0.08 282.59 0.91 0.48
Hex AA B EB 1C 5F 0 8 11B 5B 30
Octal 252 13 353 34 137 0 10 433 133 60
Binary 10101010 1011 11101011 11100 1011111 0 1000 100011011 1011011 110000

Color Harmonies of #AA0BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0BEB

Black with #AA0BEB

Text Example


Text Example

White with #AA0BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0BEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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