Html Css Color HEX #AC07D9 Dark Violet

📋 copy color: '#AC07D9'

red 172 ◦ green 7 ◦ blue 217

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

Shades of Dark Violet #AC07D9

Tints of Dark Violet #AC07D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 54.8%

R = 43.43%
G = 1.77%
B = 54.8%

CMYK

 C value IS 0.21

 M value IS 0.97

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AC07D9 (or 0xAC07D9) is known color: Dark Violet. HEX triplet: AC, 07 and D9. RGB value is (172,7,217). Sum of RGB (Red+Green+Blue) = 172+7+217=396 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.43% from 396); Green value is 7 (3.12% from 255 or 1.77% from 396); Blue value is 217 (85.16% from 255 or 54.80% from 396); Max value from RGB is 217 - color contains mainly: blue. Hex color #AC07D9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC07D9 is #53F826. Grayscale: #4F4F4F. Windows color (decimal): -5503015 or 14223276. OLE color: 14223276.

HSL color Cylindrical-coordinate representation of color #AC07D9: hue angle of 287.14º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AC07D9 is Cyan = 0.21, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 172 7 217 -
CMYK 0.21 0.97 0 0.15
HSL 287.14º 0.94% 0.44% -
HSV(B) 287.14º 0.97% 0.85% -
XYZ 29.61 13.93 66.77 -
YUV 80.28 205.16 193.42 -
System Red Green Blue C M Y K H S L
Decimal 172 7 217 0.21 0.97 0 0.15 287.14 0.94 0.44
Hex AC 7 D9 15 61 0 F 11F 5E 2C
Octal 254 7 331 25 141 0 17 437 136 54
Binary 10101100 111 11011001 10101 1100001 0 1111 100011111 1011110 101100

Color Harmonies of #AC07D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC07D9

Black with #AC07D9

Text Example


Text Example

White with #AC07D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC07D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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