Html Css Color HEX #AC09DD Dark Violet

📋 copy color: '#AC09DD'

red 172 ◦ green 9 ◦ blue 221

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

Shades of Dark Violet #AC09DD

Tints of Dark Violet #AC09DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 54.98%

R = 42.79%
G = 2.24%
B = 54.98%

CMYK

 C value IS 0.22

 M value IS 0.96

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AC09DD (or 0xAC09DD) is known color: Dark Violet. HEX triplet: AC, 09 and DD. RGB value is (172,9,221). Sum of RGB (Red+Green+Blue) = 172+9+221=402 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.79% from 402); Green value is 9 (3.91% from 255 or 2.24% from 402); Blue value is 221 (86.72% from 255 or 54.98% from 402); Max value from RGB is 221 - color contains mainly: blue. Hex color #AC09DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC09DD is #53F622. Grayscale: #515151. Windows color (decimal): -5502499 or 14485932. OLE color: 14485932.

HSL color Cylindrical-coordinate representation of color #AC09DD: hue angle of 286.13º 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 #AC09DD is Cyan = 0.22, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 172 9 221 -
CMYK 0.22 0.96 0 0.13
HSL 286.13º 0.92% 0.45% -
HSV(B) 286.13º 0.96% 0.87% -
XYZ 30.16 14.19 69.56 -
YUV 81.91 206.5 192.26 -
System Red Green Blue C M Y K H S L
Decimal 172 9 221 0.22 0.96 0 0.13 286.13 0.92 0.45
Hex AC 9 DD 16 60 0 D 11E 5C 2D
Octal 254 11 335 26 140 0 15 436 134 55
Binary 10101100 1001 11011101 10110 1100000 0 1101 100011110 1011100 101101

Color Harmonies of #AC09DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC09DD

Black with #AC09DD

Text Example


Text Example

White with #AC09DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC09DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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