Html Css Color HEX #AC07CC Dark Violet

📋 copy color: '#AC07CC'

red 172 ◦ green 7 ◦ blue 204

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

Shades of Dark Violet #AC07CC

Tints of Dark Violet #AC07CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 53.26%

R = 44.91%
G = 1.83%
B = 53.26%

CMYK

 C value IS 0.16

 M value IS 0.97

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AC07CC (or 0xAC07CC) is known color: Dark Violet. HEX triplet: AC, 07 and CC. RGB value is (172,7,204). Sum of RGB (Red+Green+Blue) = 172+7+204=383 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.91% from 383); Green value is 7 (3.12% from 255 or 1.83% from 383); Blue value is 204 (80.08% from 255 or 53.26% from 383); Max value from RGB is 204 - color contains mainly: blue. Hex color #AC07CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC07CC is #53F833. Grayscale: #4E4E4E. Windows color (decimal): -5503028 or 13371308. OLE color: 13371308.

HSL color Cylindrical-coordinate representation of color #AC07CC: hue angle of 290.25º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AC07CC is Cyan = 0.16, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 172 7 204 -
CMYK 0.16 0.97 0 0.2
HSL 290.25º 0.93% 0.41% -
HSV(B) 290.25º 0.97% 0.8% -
XYZ 27.99 13.28 58.22 -
YUV 78.79 198.66 194.48 -
System Red Green Blue C M Y K H S L
Decimal 172 7 204 0.16 0.97 0 0.2 290.25 0.93 0.41
Hex AC 7 CC 10 61 0 14 122 5D 29
Octal 254 7 314 20 141 0 24 442 135 51
Binary 10101100 111 11001100 10000 1100001 0 10100 100100010 1011101 101001

Color Harmonies of #AC07CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC07CC

Black with #AC07CC

Text Example


Text Example

White with #AC07CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC07CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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