Html Css Color HEX #AC03F2 Electric Purple

📋 copy color: '#AC03F2'

red 172 ◦ green 3 ◦ blue 242

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

Shades of Electric Purple #AC03F2

Tints of Electric Purple #AC03F2

RGB

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

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

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

R = 41.25%
G = 0.72%
B = 58.03%

CMYK

 C value IS 0.29

 M value IS 0.99

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AC03F2 (or 0xAC03F2) is known color: Electric Purple. HEX triplet: AC, 03 and F2. RGB value is (172,3,242). Sum of RGB (Red+Green+Blue) = 172+3+242=417 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.25% from 417); Green value is 3 (1.56% from 255 or 0.72% from 417); Blue value is 242 (94.92% from 255 or 58.03% from 417); Max value from RGB is 242 - color contains mainly: blue. Hex color #AC03F2 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AC03F2 is #53FC0D. Grayscale: #4F4F4F. Windows color (decimal): -5504014 or 15860652. OLE color: 15860652.

HSL color Cylindrical-coordinate representation of color #AC03F2: hue angle of 282.43º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AC03F2 is Cyan = 0.29, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 172 3 242 -
CMYK 0.29 0.99 0 0.05
HSL 282.43º 0.98% 0.48% -
HSV(B) 282.43º 0.99% 0.95% -
XYZ 33.07 15.25 85.2 -
YUV 80.78 218.99 193.07 -
System Red Green Blue C M Y K H S L
Decimal 172 3 242 0.29 0.99 0 0.05 282.43 0.98 0.48
Hex AC 3 F2 1D 63 0 5 11A 62 30
Octal 254 3 362 35 143 0 5 432 142 60
Binary 10101100 11 11110010 11101 1100011 0 101 100011010 1100010 110000

Color Harmonies of #AC03F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC03F2

Black with #AC03F2

Text Example


Text Example

White with #AC03F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC03F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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