#AD60AF

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

Shades of Violet Blue #AD60AF

Tints of Violet Blue #AD60AF

Color information

#AD60AF (or 0xAD60AF) is unknown color: approx Violet Blue. HEX triplet: AD, 60 and AF. RGB value is (173,96,175). Sum of RGB (Red+Green+Blue) = 173+96+175=444 (58% of max value = 765). Red value is 173 (67.97% from 255 or 38.96% from 444); Green value is 96 (37.89% from 255 or 21.62% from 444); Blue value is 175 (68.75% from 255 or 39.41% from 444); Max value from RGB is 175 - color contains mainly: blue. Hex color #AD60AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD60AF is #529F50. Grayscale: #7F7F7F. Windows color (decimal): -5414737 or 11493549. OLE color: 11493549.

HSL color Cylindrical-coordinate representation of color #AD60AF: hue angle of 298.48º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AD60AF is Cyan = 0.01, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB17396175-
CMYK0.010.4500.31
HSL298.48º33.05%53.14%-
HSV(B)298.48º45.14%68.63%-
XYZ29.1520.3542.95-
YUV128.03154.51160.08-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.96%
GREEN value IS 96 (37.89% from 255) = 21.62%
BLUE value IS 175 (68.75% from 255) = 39.41%
R=38.96%
G=21.62%
B=39.41%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal173961750.010.4500.31298.4833.0553.14
HexAD60AF12D01F12a2135
Octal2551402571550374524165
Binary101011011100000101011111101101011111100101010100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD60AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD60AF; }

 p { color: rgb(173,96,175); }

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

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

 a { background-color: rgb(173,96,175); }

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

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

 span { border-color: rgb(173,96,175); }

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