Html Css Color HEX #AA0BEF Electric Purple

📋 copy color: '#AA0BEF'

red 170 ◦ green 11 ◦ blue 239

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

Shades of Electric Purple #AA0BEF

Tints of Electric Purple #AA0BEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 56.9%

R = 40.48%
G = 2.62%
B = 56.9%

CMYK

 C value IS 0.29

 M value IS 0.95

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AA0BEF (or 0xAA0BEF) is known color: Electric Purple. HEX triplet: AA, 0B and EF. RGB value is (170,11,239). Sum of RGB (Red+Green+Blue) = 170+11+239=420 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.48% from 420); Green value is 11 (4.69% from 255 or 2.62% from 420); Blue value is 239 (93.75% from 255 or 56.90% from 420); Max value from RGB is 239 - color contains mainly: blue. Hex color #AA0BEF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AA0BEF is #55F410. Grayscale: #535353. Windows color (decimal): -5633041 or 15666090. OLE color: 15666090.

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

Color convert

RGB 170 11 239 -
CMYK 0.29 0.95 0 0.06
HSL 281.84º 0.91% 0.49% -
HSV(B) 281.84º 0.95% 0.94% -
XYZ 32.28 15.02 82.86 -
YUV 84.53 215.18 188.96 -
System Red Green Blue C M Y K H S L
Decimal 170 11 239 0.29 0.95 0 0.06 281.84 0.91 0.49
Hex AA B EF 1D 5F 0 6 11A 5B 31
Octal 252 13 357 35 137 0 6 432 133 61
Binary 10101010 1011 11101111 11101 1011111 0 110 100011010 1011011 110001

Color Harmonies of #AA0BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0BEF

Black with #AA0BEF

Text Example


Text Example

White with #AA0BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0BEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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