Html Css Color HEX #AC03FD Electric Purple

📋 copy color: '#AC03FD'

red 172 ◦ green 3 ◦ blue 253

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

Shades of Electric Purple #AC03FD

Tints of Electric Purple #AC03FD

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.7%

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

R = 40.19%
G = 0.7%
B = 59.11%

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

#AC03FD (or 0xAC03FD) is known color: Electric Purple. HEX triplet: AC, 03 and FD. RGB value is (172,3,253). Sum of RGB (Red+Green+Blue) = 172+3+253=428 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.19% from 428); Green value is 3 (1.56% from 255 or 0.70% from 428); Blue value is 253 (99.22% from 255 or 59.11% from 428); Max value from RGB is 253 - color contains mainly: blue. Hex color #AC03FD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AC03FD is #53FC02. Grayscale: #515151. Windows color (decimal): -5504003 or 16581548. OLE color: 16581548.

HSL color Cylindrical-coordinate representation of color #AC03FD: hue angle of 280.56º 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 #AC03FD is Cyan = 0.32, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 172 3 253 -
CMYK 0.32 0.99 0 0.01
HSL 280.56º 0.98% 0.5% -
HSV(B) 280.56º 0.99% 0.99% -
XYZ 34.78 15.93 94.17 -
YUV 82.03 224.49 192.17 -
System Red Green Blue C M Y K H S L
Decimal 172 3 253 0.32 0.99 0 0.01 280.56 0.98 0.5
Hex AC 3 FD 20 63 0 1 119 62 32
Octal 254 3 375 40 143 0 1 431 142 62
Binary 10101100 11 11111101 100000 1100011 0 1 100011001 1100010 110010

Color Harmonies of #AC03FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC03FD

Black with #AC03FD

Text Example


Text Example

White with #AC03FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC03FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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