Html Css Color HEX #AA11FC Electric Purple

📋 copy color: '#AA11FC'

red 170 ◦ green 17 ◦ blue 252

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

Shades of Electric Purple #AA11FC

Tints of Electric Purple #AA11FC

RGB

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

 GREEN value IS 17 (7.03% from 255) = 3.87%

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

R = 38.72%
G = 3.87%
B = 57.4%

CMYK

 C value IS 0.33

 M value IS 0.93

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AA11FC (or 0xAA11FC) is known color: Electric Purple. HEX triplet: AA, 11 and FC. RGB value is (170,17,252). Sum of RGB (Red+Green+Blue) = 170+17+252=439 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.72% from 439); Green value is 17 (7.03% from 255 or 3.87% from 439); Blue value is 252 (98.83% from 255 or 57.40% from 439); Max value from RGB is 252 - color contains mainly: blue. Hex color #AA11FC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AA11FC is #55EE03. Grayscale: #585858. Windows color (decimal): -5631492 or 16519594. OLE color: 16519594.

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

Color convert

RGB 170 17 252 -
CMYK 0.33 0.93 0 0.01
HSL 279.06º 0.98% 0.53% -
HSV(B) 279.06º 0.93% 0.99% -
XYZ 34.35 15.98 93.37 -
YUV 89.54 219.69 185.39 -
System Red Green Blue C M Y K H S L
Decimal 170 17 252 0.33 0.93 0 0.01 279.06 0.98 0.53
Hex AA 11 FC 21 5D 0 1 117 62 35
Octal 252 21 374 41 135 0 1 427 142 65
Binary 10101010 10001 11111100 100001 1011101 0 1 100010111 1100010 110101

Color Harmonies of #AA11FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA11FC

Black with #AA11FC

Text Example


Text Example

White with #AA11FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA11FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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