Html Css Color HEX #AC02F0 Electric Purple

📋 copy color: '#AC02F0'

red 172 ◦ green 2 ◦ blue 240

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

Shades of Electric Purple #AC02F0

Tints of Electric Purple #AC02F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 57.97%

R = 41.55%
G = 0.48%
B = 57.97%

CMYK

 C value IS 0.28

 M value IS 0.99

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AC02F0 (or 0xAC02F0) is known color: Electric Purple. HEX triplet: AC, 02 and F0. RGB value is (172,2,240). Sum of RGB (Red+Green+Blue) = 172+2+240=414 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.55% from 414); Green value is 2 (1.17% from 255 or 0.48% from 414); Blue value is 240 (94.14% from 255 or 57.97% from 414); Max value from RGB is 240 - color contains mainly: blue. Hex color #AC02F0 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AC02F0 is #53FD0F. Grayscale: #4F4F4F. Windows color (decimal): -5504272 or 15729324. OLE color: 15729324.

HSL color Cylindrical-coordinate representation of color #AC02F0: hue angle of 282.86º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AC02F0 is Cyan = 0.28, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 172 2 240 -
CMYK 0.28 0.99 0 0.06
HSL 282.86º 0.98% 0.47% -
HSV(B) 282.86º 0.99% 0.94% -
XYZ 32.76 15.11 83.63 -
YUV 79.96 218.32 193.65 -
System Red Green Blue C M Y K H S L
Decimal 172 2 240 0.28 0.99 0 0.06 282.86 0.98 0.47
Hex AC 2 F0 1C 63 0 6 11B 62 2F
Octal 254 2 360 34 143 0 6 433 142 57
Binary 10101100 10 11110000 11100 1100011 0 110 100011011 1100010 101111

Color Harmonies of #AC02F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC02F0

Black with #AC02F0

Text Example


Text Example

White with #AC02F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC02F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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