Html Css Color HEX #AA0FFC Electric Purple

📋 copy color: '#AA0FFC'

red 170 ◦ green 15 ◦ blue 252

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

Shades of Electric Purple #AA0FFC

Tints of Electric Purple #AA0FFC

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.43%

 BLUE value IS 252 (98.83% from 255) = 57.67%

R = 38.9%
G = 3.43%
B = 57.67%

CMYK

 C value IS 0.33

 M value IS 0.94

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AA0FFC (or 0xAA0FFC) is known color: Electric Purple. HEX triplet: AA, 0F and FC. RGB value is (170,15,252). Sum of RGB (Red+Green+Blue) = 170+15+252=437 (57% of max value = 765). Red value is 170 (66.80% from 255 or 38.90% from 437); Green value is 15 (6.25% from 255 or 3.43% from 437); Blue value is 252 (98.83% from 255 or 57.67% from 437); Max value from RGB is 252 - color contains mainly: blue. Hex color #AA0FFC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AA0FFC is #55F003. Grayscale: #575757. Windows color (decimal): -5632004 or 16519082. OLE color: 16519082.

HSL color Cylindrical-coordinate representation of color #AA0FFC: hue angle of 279.24º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AA0FFC is Cyan = 0.33, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 170 15 252 -
CMYK 0.33 0.94 0 0.01
HSL 279.24º 0.98% 0.52% -
HSV(B) 279.24º 0.94% 0.99% -
XYZ 34.32 15.92 93.36 -
YUV 88.36 220.35 186.23 -
System Red Green Blue C M Y K H S L
Decimal 170 15 252 0.33 0.94 0 0.01 279.24 0.98 0.52
Hex AA F FC 21 5E 0 1 117 62 34
Octal 252 17 374 41 136 0 1 427 142 64
Binary 10101010 1111 11111100 100001 1011110 0 1 100010111 1100010 110100

Color Harmonies of #AA0FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0FFC

Black with #AA0FFC

Text Example


Text Example

White with #AA0FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0FFC; }

 p { color: rgb(170,15,252); }

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

background-color css

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

 a { background-color: rgb(170,15,252); }

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

border-color css

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

 span { border-color: rgb(170,15,252); }

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