Html Css Color HEX #AA1CF2 Electric Purple

📋 copy color: '#AA1CF2'

red 170 ◦ green 28 ◦ blue 242

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

Shades of Electric Purple #AA1CF2

Tints of Electric Purple #AA1CF2

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.36%

 BLUE value IS 242 (94.92% from 255) = 55%

R = 38.64%
G = 6.36%
B = 55%

CMYK

 C value IS 0.30

 M value IS 0.88

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AA1CF2 (or 0xAA1CF2) is known color: Electric Purple. HEX triplet: AA, 1C and F2. RGB value is (170,28,242). Sum of RGB (Red+Green+Blue) = 170+28+242=440 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.64% from 440); Green value is 28 (11.33% from 255 or 6.36% from 440); Blue value is 242 (94.92% from 255 or 55% from 440); Max value from RGB is 242 - color contains mainly: blue. Hex color #AA1CF2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA1CF2 is #55E30D. Grayscale: #5E5E5E. Windows color (decimal): -5628686 or 15867050. OLE color: 15867050.

HSL color Cylindrical-coordinate representation of color #AA1CF2: hue angle of 279.81º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AA1CF2 is Cyan = 0.30, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 170 28 242 -
CMYK 0.30 0.88 0 0.05
HSL 279.81º 0.89% 0.53% -
HSV(B) 279.81º 0.88% 0.95% -
XYZ 33.02 15.79 85.31 -
YUV 94.85 211.04 181.6 -
System Red Green Blue C M Y K H S L
Decimal 170 28 242 0.30 0.88 0 0.05 279.81 0.89 0.53
Hex AA 1C F2 1E 58 0 5 118 59 35
Octal 252 34 362 36 130 0 5 430 131 65
Binary 10101010 11100 11110010 11110 1011000 0 101 100011000 1011001 110101

Color Harmonies of #AA1CF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1CF2

Black with #AA1CF2

Text Example


Text Example

White with #AA1CF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1CF2; }

 p { color: rgb(170,28,242); }

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

background-color css

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

 a { background-color: rgb(170,28,242); }

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

border-color css

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

 span { border-color: rgb(170,28,242); }

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