Html Css Color HEX #AC02FD Electric Purple

📋 copy color: '#AC02FD'

red 172 ◦ green 2 ◦ blue 253

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

Shades of Electric Purple #AC02FD

Tints of Electric Purple #AC02FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 59.25%

R = 40.28%
G = 0.47%
B = 59.25%

CMYK

 C value IS 0.32

 M value IS 0.99

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AC02FD (or 0xAC02FD) is known color: Electric Purple. HEX triplet: AC, 02 and FD. RGB value is (172,2,253). Sum of RGB (Red+Green+Blue) = 172+2+253=427 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.28% from 427); Green value is 2 (1.17% from 255 or 0.47% from 427); Blue value is 253 (99.22% from 255 or 59.25% from 427); Max value from RGB is 253 - color contains mainly: blue. Hex color #AC02FD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AC02FD is #53FD02. Grayscale: #505050. Windows color (decimal): -5504259 or 16581292. OLE color: 16581292.

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

Color convert

RGB 172 2 253 -
CMYK 0.32 0.99 0 0.01
HSL 280.64º 0.98% 0.5% -
HSV(B) 280.64º 0.99% 0.99% -
XYZ 34.76 15.91 94.17 -
YUV 81.44 224.82 192.59 -
System Red Green Blue C M Y K H S L
Decimal 172 2 253 0.32 0.99 0 0.01 280.64 0.98 0.5
Hex AC 2 FD 20 63 0 1 119 62 32
Octal 254 2 375 40 143 0 1 431 142 62
Binary 10101100 10 11111101 100000 1100011 0 1 100011001 1100010 110010

Color Harmonies of #AC02FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC02FD

Black with #AC02FD

Text Example


Text Example

White with #AC02FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC02FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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