Html Css Color HEX #AC07C9 Dark Violet

📋 copy color: '#AC07C9'

red 172 ◦ green 7 ◦ blue 201

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

Shades of Dark Violet #AC07C9

Tints of Dark Violet #AC07C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 52.89%

R = 45.26%
G = 1.84%
B = 52.89%

CMYK

 C value IS 0.14

 M value IS 0.97

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AC07C9 (or 0xAC07C9) is known color: Dark Violet. HEX triplet: AC, 07 and C9. RGB value is (172,7,201). Sum of RGB (Red+Green+Blue) = 172+7+201=380 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.26% from 380); Green value is 7 (3.12% from 255 or 1.84% from 380); Blue value is 201 (78.91% from 255 or 52.89% from 380); Max value from RGB is 201 - color contains mainly: blue. Hex color #AC07C9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC07C9 is #53F836. Grayscale: #4D4D4D. Windows color (decimal): -5503031 or 13174700. OLE color: 13174700.

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

Color convert

RGB 172 7 201 -
CMYK 0.14 0.97 0 0.21
HSL 291.03º 0.93% 0.41% -
HSV(B) 291.03º 0.97% 0.79% -
XYZ 27.63 13.14 56.34 -
YUV 78.45 197.16 194.73 -
System Red Green Blue C M Y K H S L
Decimal 172 7 201 0.14 0.97 0 0.21 291.03 0.93 0.41
Hex AC 7 C9 E 61 0 15 123 5D 29
Octal 254 7 311 16 141 0 25 443 135 51
Binary 10101100 111 11001001 1110 1100001 0 10101 100100011 1011101 101001

Color Harmonies of #AC07C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC07C9

Black with #AC07C9

Text Example


Text Example

White with #AC07C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC07C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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