Html Css Color HEX #AC02FA Electric Purple

📋 copy color: '#AC02FA'

red 172 ◦ green 2 ◦ blue 250

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

Shades of Electric Purple #AC02FA

Tints of Electric Purple #AC02FA

RGB

 RED value IS 172 (67.58% from 255) = 40.57%

 GREEN value IS 2 (1.17% from 255) = 0.47%

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

R = 40.57%
G = 0.47%
B = 58.96%

CMYK

 C value IS 0.31

 M value IS 0.99

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AC02FA (or 0xAC02FA) is known color: Electric Purple. HEX triplet: AC, 02 and FA. RGB value is (172,2,250). Sum of RGB (Red+Green+Blue) = 172+2+250=424 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.57% from 424); Green value is 2 (1.17% from 255 or 0.47% from 424); Blue value is 250 (98.05% from 255 or 58.96% from 424); Max value from RGB is 250 - color contains mainly: blue. Hex color #AC02FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AC02FA is #53FD05. Grayscale: #505050. Windows color (decimal): -5504262 or 16384684. OLE color: 16384684.

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

Color convert

RGB 172 2 250 -
CMYK 0.31 0.99 0 0.02
HSL 281.13º 0.98% 0.49% -
HSV(B) 281.13º 0.99% 0.98% -
XYZ 34.29 15.72 91.67 -
YUV 81.1 223.32 192.83 -
System Red Green Blue C M Y K H S L
Decimal 172 2 250 0.31 0.99 0 0.02 281.13 0.98 0.49
Hex AC 2 FA 1F 63 0 2 119 62 31
Octal 254 2 372 37 143 0 2 431 142 61
Binary 10101100 10 11111010 11111 1100011 0 10 100011001 1100010 110001

Color Harmonies of #AC02FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC02FA

Black with #AC02FA

Text Example


Text Example

White with #AC02FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC02FA; }

 p { color: rgb(172,2,250); }

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

background-color css

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

 a { background-color: rgb(172,2,250); }

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

border-color css

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

 span { border-color: rgb(172,2,250); }

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