Html Css Color HEX #AC10DA Dark Violet

📋 copy color: '#AC10DA'

red 172 ◦ green 16 ◦ blue 218

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

Shades of Dark Violet #AC10DA

Tints of Dark Violet #AC10DA

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.94%

 BLUE value IS 218 (85.55% from 255) = 53.69%

R = 42.36%
G = 3.94%
B = 53.69%

CMYK

 C value IS 0.21

 M value IS 0.93

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AC10DA (or 0xAC10DA) is known color: Dark Violet. HEX triplet: AC, 10 and DA. RGB value is (172,16,218). Sum of RGB (Red+Green+Blue) = 172+16+218=406 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.36% from 406); Green value is 16 (6.64% from 255 or 3.94% from 406); Blue value is 218 (85.55% from 255 or 53.69% from 406); Max value from RGB is 218 - color contains mainly: blue. Hex color #AC10DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC10DA is #53EF25. Grayscale: #555555. Windows color (decimal): -5500710 or 14291116. OLE color: 14291116.

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

Color convert

RGB 172 16 218 -
CMYK 0.21 0.93 0 0.15
HSL 286.34º 0.86% 0.46% -
HSV(B) 286.34º 0.93% 0.85% -
XYZ 29.85 14.2 67.5 -
YUV 85.67 202.68 189.57 -
System Red Green Blue C M Y K H S L
Decimal 172 16 218 0.21 0.93 0 0.15 286.34 0.86 0.46
Hex AC 10 DA 15 5D 0 F 11E 56 2E
Octal 254 20 332 25 135 0 17 436 126 56
Binary 10101100 10000 11011010 10101 1011101 0 1111 100011110 1010110 101110

Color Harmonies of #AC10DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC10DA

Black with #AC10DA

Text Example


Text Example

White with #AC10DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC10DA; }

 p { color: rgb(172,16,218); }

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

background-color css

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

 a { background-color: rgb(172,16,218); }

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

border-color css

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

 span { border-color: rgb(172,16,218); }

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