Html Css Color HEX #AC07DF Dark Violet

📋 copy color: '#AC07DF'

red 172 ◦ green 7 ◦ blue 223

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

Shades of Dark Violet #AC07DF

Tints of Dark Violet #AC07DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 55.47%

R = 42.79%
G = 1.74%
B = 55.47%

CMYK

 C value IS 0.23

 M value IS 0.97

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AC07DF (or 0xAC07DF) is known color: Dark Violet. HEX triplet: AC, 07 and DF. RGB value is (172,7,223). Sum of RGB (Red+Green+Blue) = 172+7+223=402 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.79% from 402); Green value is 7 (3.12% from 255 or 1.74% from 402); Blue value is 223 (87.5% from 255 or 55.47% from 402); Max value from RGB is 223 - color contains mainly: blue. Hex color #AC07DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC07DF is #53F820. Grayscale: #505050. Windows color (decimal): -5503009 or 14616492. OLE color: 14616492.

HSL color Cylindrical-coordinate representation of color #AC07DF: hue angle of 285.83º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AC07DF is Cyan = 0.23, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 172 7 223 -
CMYK 0.23 0.97 0 0.13
HSL 285.83º 0.94% 0.45% -
HSV(B) 285.83º 0.97% 0.87% -
XYZ 30.41 14.25 70.96 -
YUV 80.96 208.16 192.94 -
System Red Green Blue C M Y K H S L
Decimal 172 7 223 0.23 0.97 0 0.13 285.83 0.94 0.45
Hex AC 7 DF 17 61 0 D 11E 5E 2D
Octal 254 7 337 27 141 0 15 436 136 55
Binary 10101100 111 11011111 10111 1100001 0 1101 100011110 1011110 101101

Color Harmonies of #AC07DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC07DF

Black with #AC07DF

Text Example


Text Example

White with #AC07DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC07DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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