Html Css Color HEX #AA0BFA Electric Purple

📋 copy color: '#AA0BFA'

red 170 ◦ green 11 ◦ blue 250

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

Shades of Electric Purple #AA0BFA

Tints of Electric Purple #AA0BFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 58%

R = 39.44%
G = 2.55%
B = 58%

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

#AA0BFA (or 0xAA0BFA) is known color: Electric Purple. HEX triplet: AA, 0B and FA. RGB value is (170,11,250). Sum of RGB (Red+Green+Blue) = 170+11+250=431 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.44% from 431); Green value is 11 (4.69% from 255 or 2.55% from 431); Blue value is 250 (98.05% from 255 or 58.00% from 431); Max value from RGB is 250 - color contains mainly: blue. Hex color #AA0BFA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AA0BFA is #55F405. Grayscale: #545454. Windows color (decimal): -5633030 or 16386986. OLE color: 16386986.

HSL color Cylindrical-coordinate representation of color #AA0BFA: hue angle of 279.92º degrees, saturation: 0.96, 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 #AA0BFA is Cyan = 0.32, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 170 11 250 -
CMYK 0.32 0.96 0 0.02
HSL 279.92º 0.96% 0.51% -
HSV(B) 279.92º 0.96% 0.98% -
XYZ 33.95 15.69 91.68 -
YUV 85.79 220.68 188.07 -
System Red Green Blue C M Y K H S L
Decimal 170 11 250 0.32 0.96 0 0.02 279.92 0.96 0.51
Hex AA B FA 20 60 0 2 118 60 33
Octal 252 13 372 40 140 0 2 430 140 63
Binary 10101010 1011 11111010 100000 1100000 0 10 100011000 1100000 110011

Color Harmonies of #AA0BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0BFA

Black with #AA0BFA

Text Example


Text Example

White with #AA0BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0BFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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