Html Css Color HEX #AA0BFB Electric Purple

📋 copy color: '#AA0BFB'

red 170 ◦ green 11 ◦ blue 251

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

Shades of Electric Purple #AA0BFB

Tints of Electric Purple #AA0BFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 58.1%

R = 39.35%
G = 2.55%
B = 58.1%

CMYK

 C value IS 0.32

 M value IS 0.96

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AA0BFB (or 0xAA0BFB) is known color: Electric Purple. HEX triplet: AA, 0B and FB. RGB value is (170,11,251). Sum of RGB (Red+Green+Blue) = 170+11+251=432 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.35% from 432); Green value is 11 (4.69% from 255 or 2.55% from 432); Blue value is 251 (98.44% from 255 or 58.10% from 432); Max value from RGB is 251 - color contains mainly: blue. Hex color #AA0BFB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AA0BFB is #55F404. Grayscale: #555555. Windows color (decimal): -5633029 or 16452522. OLE color: 16452522.

HSL color Cylindrical-coordinate representation of color #AA0BFB: hue angle of 279.75º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AA0BFB is Cyan = 0.32, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 170 11 251 -
CMYK 0.32 0.96 0 0.02
HSL 279.75º 0.97% 0.51% -
HSV(B) 279.75º 0.96% 0.98% -
XYZ 34.11 15.75 92.51 -
YUV 85.9 221.18 187.99 -
System Red Green Blue C M Y K H S L
Decimal 170 11 251 0.32 0.96 0 0.02 279.75 0.97 0.51
Hex AA B FB 20 60 0 2 118 61 33
Octal 252 13 373 40 140 0 2 430 141 63
Binary 10101010 1011 11111011 100000 1100000 0 10 100011000 1100001 110011

Color Harmonies of #AA0BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0BFB

Black with #AA0BFB

Text Example


Text Example

White with #AA0BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0BFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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