Html Css Color HEX #AC03F6 Electric Purple

📋 copy color: '#AC03F6'

red 172 ◦ green 3 ◦ blue 246

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

Shades of Electric Purple #AC03F6

Tints of Electric Purple #AC03F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 58.43%

R = 40.86%
G = 0.71%
B = 58.43%

CMYK

 C value IS 0.30

 M value IS 0.99

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#AC03F6 (or 0xAC03F6) is known color: Electric Purple. HEX triplet: AC, 03 and F6. RGB value is (172,3,246). Sum of RGB (Red+Green+Blue) = 172+3+246=421 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.86% from 421); Green value is 3 (1.56% from 255 or 0.71% from 421); Blue value is 246 (96.48% from 255 or 58.43% from 421); Max value from RGB is 246 - color contains mainly: blue. Hex color #AC03F6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AC03F6 is #53FC09. Grayscale: #505050. Windows color (decimal): -5504010 or 16122796. OLE color: 16122796.

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

Color convert

RGB 172 3 246 -
CMYK 0.30 0.99 0 0.04
HSL 281.73º 0.98% 0.49% -
HSV(B) 281.73º 0.99% 0.96% -
XYZ 33.68 15.49 88.4 -
YUV 81.23 220.99 192.74 -
System Red Green Blue C M Y K H S L
Decimal 172 3 246 0.30 0.99 0 0.04 281.73 0.98 0.49
Hex AC 3 F6 1E 63 0 4 11A 62 31
Octal 254 3 366 36 143 0 4 432 142 61
Binary 10101100 11 11110110 11110 1100011 0 100 100011010 1100010 110001

Color Harmonies of #AC03F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC03F6

Black with #AC03F6

Text Example


Text Example

White with #AC03F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC03F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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