#AD08C5

Color #AD08C5 Dark Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Violet #AD08C5

Tints of Dark Violet #AD08C5

Color information

#AD08C5 (or 0xAD08C5) is unknown color: approx Dark Violet. HEX triplet: AD, 08 and C5. RGB value is (173,8,197). Sum of RGB (Red+Green+Blue) = 173+8+197=378 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.77% from 378); Green value is 8 (3.52% from 255 or 2.12% from 378); Blue value is 197 (77.34% from 255 or 52.12% from 378); Max value from RGB is 197 - color contains mainly: blue. Hex color #AD08C5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD08C5 is #52F73A. Grayscale: #4E4E4E. Windows color (decimal): -5437243 or 12912813. OLE color: 12912813.

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

Color convert

RGB1738197-
CMYK0.120.9600.23
HSL292.38º92.2%40.2%-
HSV(B)292.38º95.94%77.25%-
XYZ27.413.0953.91-
YUV78.88194.66195.13-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 45.77%
GREEN value IS 8 (3.52% from 255) = 2.12%
BLUE value IS 197 (77.34% from 255) = 52.12%
R=45.77%
G=2.12%
B=52.12%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal17381970.120.9600.23292.3892.240.2
HexAD8C5C600171245c28
Octal255103051414002744413450
Binary10101101100011000101110011000000101111001001001011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD08C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD08C5; }

 p { color: rgb(173,8,197); }

 H1.HeaderClassName
 {
   color: #AD08C5;
 }
 .AnyTagClassName
 {
   color: #AD08C5;
 }
</style>
background-color css

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

 a { background-color: rgb(173,8,197); }

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

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

 span { border-color: rgb(173,8,197); }

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