#AD62AC

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

Shades of Violet Blue #AD62AC

Tints of Violet Blue #AD62AC

Color information

#AD62AC (or 0xAD62AC) is unknown color: approx Violet Blue. HEX triplet: AD, 62 and AC. RGB value is (173,98,172). Sum of RGB (Red+Green+Blue) = 173+98+172=443 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.05% from 443); Green value is 98 (38.67% from 255 or 22.12% from 443); Blue value is 172 (67.58% from 255 or 38.83% from 443); Max value from RGB is 173 - color contains mainly: red. Hex color #AD62AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD62AC is #529D53. Grayscale: #808080. Windows color (decimal): -5414228 or 11297453. OLE color: 11297453.

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

Color convert

RGB17398172-
CMYK00.430.010.32
HSL300.8º31.38%53.14%-
HSV(B)300.8º43.35%67.84%-
XYZ29.0520.641.47-
YUV128.86152.35159.48-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 39.05%
GREEN value IS 98 (38.67% from 255) = 22.12%
BLUE value IS 172 (67.58% from 255) = 38.83%
R=39.05%
G=22.12%
B=38.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1739817200.430.010.32300.831.3853.14
HexAD62AC02B12012d1f35
Octal2551422540531404553765
Binary101011011100010101011000101011110000010010110111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD62AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD62AC; }

 p { color: rgb(173,98,172); }

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

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

 a { background-color: rgb(173,98,172); }

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

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

 span { border-color: rgb(173,98,172); }

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