Html Css Color HEX #AC09DF Dark Violet

📋 copy color: '#AC09DF'

red 172 ◦ green 9 ◦ blue 223

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

Shades of Dark Violet #AC09DF

Tints of Dark Violet #AC09DF

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.23%

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

R = 42.57%
G = 2.23%
B = 55.2%

CMYK

 C value IS 0.23

 M value IS 0.96

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AC09DF (or 0xAC09DF) is known color: Dark Violet. HEX triplet: AC, 09 and DF. RGB value is (172,9,223). Sum of RGB (Red+Green+Blue) = 172+9+223=404 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.57% from 404); Green value is 9 (3.91% from 255 or 2.23% from 404); Blue value is 223 (87.5% from 255 or 55.20% from 404); Max value from RGB is 223 - color contains mainly: blue. Hex color #AC09DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC09DF is #53F620. Grayscale: #515151. Windows color (decimal): -5502497 or 14617004. OLE color: 14617004.

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

Color convert

RGB 172 9 223 -
CMYK 0.23 0.96 0 0.13
HSL 285.7º 0.92% 0.45% -
HSV(B) 285.7º 0.96% 0.87% -
XYZ 30.43 14.29 70.97 -
YUV 82.13 207.5 192.1 -
System Red Green Blue C M Y K H S L
Decimal 172 9 223 0.23 0.96 0 0.13 285.7 0.92 0.45
Hex AC 9 DF 17 60 0 D 11E 5C 2D
Octal 254 11 337 27 140 0 15 436 134 55
Binary 10101100 1001 11011111 10111 1100000 0 1101 100011110 1011100 101101

Color Harmonies of #AC09DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC09DF

Black with #AC09DF

Text Example


Text Example

White with #AC09DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC09DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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