Html Css Color HEX #AA00FC Electric Purple

📋 copy color: '#AA00FC'

red 170 ◦ green 0 ◦ blue 252

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

Shades of Electric Purple #AA00FC

Tints of Electric Purple #AA00FC

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 40.28%
G = 0%
B = 59.72%

CMYK

 C value IS 0.33

 M value IS 1

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AA00FC (or 0xAA00FC) is known color: Electric Purple. HEX triplet: AA, 00 and FC. RGB value is (170,0,252). Sum of RGB (Red+Green+Blue) = 170+0+252=422 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.28% from 422); Green value is 0 (0.39% from 255 or 0% from 422); Blue value is 252 (98.83% from 255 or 59.72% from 422); Max value from RGB is 252 - color contains mainly: blue. Hex color #AA00FC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AA00FC is #55FF03. Grayscale: #4E4E4E. Windows color (decimal): -5635844 or 16515242. OLE color: 16515242.

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

Color convert

RGB 170 0 252 -
CMYK 0.33 1 0 0.01
HSL 280.48º 1% 0.49% -
HSV(B) 280.48º 1% 0.99% -
XYZ 34.15 15.57 93.3 -
YUV 79.56 225.32 192.51 -
System Red Green Blue C M Y K H S L
Decimal 170 0 252 0.33 1 0 0.01 280.48 1 0.49
Hex AA 0 FC 21 64 0 1 118 64 31
Octal 252 0 374 41 144 0 1 430 144 61
Binary 10101010 0 11111100 100001 1100100 0 1 100011000 1100100 110001

Color Harmonies of #AA00FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA00FC

Black with #AA00FC

Text Example


Text Example

White with #AA00FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA00FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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