Html Css Color HEX #AC08DD Dark Violet

📋 copy color: '#AC08DD'

red 172 ◦ green 8 ◦ blue 221

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

Shades of Dark Violet #AC08DD

Tints of Dark Violet #AC08DD

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2%

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

R = 42.89%
G = 2%
B = 55.11%

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

#AC08DD (or 0xAC08DD) is known color: Dark Violet. HEX triplet: AC, 08 and DD. RGB value is (172,8,221). Sum of RGB (Red+Green+Blue) = 172+8+221=401 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.89% from 401); Green value is 8 (3.52% from 255 or 2.00% from 401); Blue value is 221 (86.72% from 255 or 55.11% from 401); Max value from RGB is 221 - color contains mainly: blue. Hex color #AC08DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC08DD is #53F722. Grayscale: #505050. Windows color (decimal): -5502755 or 14485676. OLE color: 14485676.

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

Color convert

RGB 172 8 221 -
CMYK 0.22 0.96 0 0.13
HSL 286.2º 0.93% 0.45% -
HSV(B) 286.2º 0.96% 0.87% -
XYZ 30.15 14.16 69.55 -
YUV 81.32 206.83 192.68 -
System Red Green Blue C M Y K H S L
Decimal 172 8 221 0.22 0.96 0 0.13 286.2 0.93 0.45
Hex AC 8 DD 16 60 0 D 11E 5D 2D
Octal 254 10 335 26 140 0 15 436 135 55
Binary 10101100 1000 11011101 10110 1100000 0 1101 100011110 1011101 101101

Color Harmonies of #AC08DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC08DD

Black with #AC08DD

Text Example


Text Example

White with #AC08DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC08DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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