Html Css Color HEX #AC10D7 Dark Violet

📋 copy color: '#AC10D7'

red 172 ◦ green 16 ◦ blue 215

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

Shades of Dark Violet #AC10D7

Tints of Dark Violet #AC10D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 53.35%

R = 42.68%
G = 3.97%
B = 53.35%

CMYK

 C value IS 0.2

 M value IS 0.93

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AC10D7 (or 0xAC10D7) is known color: Dark Violet. HEX triplet: AC, 10 and D7. RGB value is (172,16,215). Sum of RGB (Red+Green+Blue) = 172+16+215=403 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.68% from 403); Green value is 16 (6.64% from 255 or 3.97% from 403); Blue value is 215 (84.38% from 255 or 53.35% from 403); Max value from RGB is 215 - color contains mainly: blue. Hex color #AC10D7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC10D7 is #53EF28. Grayscale: #545454. Windows color (decimal): -5500713 or 14094508. OLE color: 14094508.

HSL color Cylindrical-coordinate representation of color #AC10D7: hue angle of 287.04º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AC10D7 is Cyan = 0.2, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 172 16 215 -
CMYK 0.2 0.93 0 0.16
HSL 287.04º 0.86% 0.45% -
HSV(B) 287.04º 0.93% 0.84% -
XYZ 29.46 14.05 65.45 -
YUV 85.33 201.18 189.82 -
System Red Green Blue C M Y K H S L
Decimal 172 16 215 0.2 0.93 0 0.16 287.04 0.86 0.45
Hex AC 10 D7 14 5D 0 10 11F 56 2D
Octal 254 20 327 24 135 0 20 437 126 55
Binary 10101100 10000 11010111 10100 1011101 0 10000 100011111 1010110 101101

Color Harmonies of #AC10D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC10D7

Black with #AC10D7

Text Example


Text Example

White with #AC10D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC10D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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