Html Css Color HEX #AA0BED Electric Purple

📋 copy color: '#AA0BED'

red 170 ◦ green 11 ◦ blue 237

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

Shades of Electric Purple #AA0BED

Tints of Electric Purple #AA0BED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 56.7%

R = 40.67%
G = 2.63%
B = 56.7%

CMYK

 C value IS 0.28

 M value IS 0.95

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AA0BED (or 0xAA0BED) is known color: Electric Purple. HEX triplet: AA, 0B and ED. RGB value is (170,11,237). Sum of RGB (Red+Green+Blue) = 170+11+237=418 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.67% from 418); Green value is 11 (4.69% from 255 or 2.63% from 418); Blue value is 237 (92.97% from 255 or 56.70% from 418); Max value from RGB is 237 - color contains mainly: blue. Hex color #AA0BED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AA0BED is #55F412. Grayscale: #535353. Windows color (decimal): -5633043 or 15535018. OLE color: 15535018.

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

Color convert

RGB 170 11 237 -
CMYK 0.28 0.95 0 0.07
HSL 282.21º 0.91% 0.49% -
HSV(B) 282.21º 0.95% 0.93% -
XYZ 31.98 14.9 81.31 -
YUV 84.31 214.18 189.12 -
System Red Green Blue C M Y K H S L
Decimal 170 11 237 0.28 0.95 0 0.07 282.21 0.91 0.49
Hex AA B ED 1C 5F 0 7 11A 5B 31
Octal 252 13 355 34 137 0 7 432 133 61
Binary 10101010 1011 11101101 11100 1011111 0 111 100011010 1011011 110001

Color Harmonies of #AA0BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0BED

Black with #AA0BED

Text Example


Text Example

White with #AA0BED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0BED; }

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

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

background-color css

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

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

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

border-color css

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

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

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