Html Css Color HEX #AC07F2 Electric Purple

📋 copy color: '#AC07F2'

red 172 ◦ green 7 ◦ blue 242

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

Shades of Electric Purple #AC07F2

Tints of Electric Purple #AC07F2

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.66%

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

R = 40.86%
G = 1.66%
B = 57.48%

CMYK

 C value IS 0.29

 M value IS 0.97

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AC07F2 (or 0xAC07F2) is known color: Electric Purple. HEX triplet: AC, 07 and F2. RGB value is (172,7,242). Sum of RGB (Red+Green+Blue) = 172+7+242=421 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.86% from 421); Green value is 7 (3.12% from 255 or 1.66% from 421); Blue value is 242 (94.92% from 255 or 57.48% from 421); Max value from RGB is 242 - color contains mainly: blue. Hex color #AC07F2 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AC07F2 is #53F80D. Grayscale: #525252. Windows color (decimal): -5502990 or 15861676. OLE color: 15861676.

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

Color convert

RGB 172 7 242 -
CMYK 0.29 0.97 0 0.05
HSL 282.13º 0.94% 0.49% -
HSV(B) 282.13º 0.97% 0.95% -
XYZ 33.12 15.33 85.22 -
YUV 83.13 217.66 191.39 -
System Red Green Blue C M Y K H S L
Decimal 172 7 242 0.29 0.97 0 0.05 282.13 0.94 0.49
Hex AC 7 F2 1D 61 0 5 11A 5E 31
Octal 254 7 362 35 141 0 5 432 136 61
Binary 10101100 111 11110010 11101 1100001 0 101 100011010 1011110 110001

Color Harmonies of #AC07F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC07F2

Black with #AC07F2

Text Example


Text Example

White with #AC07F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC07F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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