#AD62AA

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

Shades of Violet Blue #AD62AA

Tints of Violet Blue #AD62AA

Color information

#AD62AA (or 0xAD62AA) is unknown color: approx Violet Blue. HEX triplet: AD, 62 and AA. RGB value is (173,98,170). Sum of RGB (Red+Green+Blue) = 173+98+170=441 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.23% from 441); Green value is 98 (38.67% from 255 or 22.22% from 441); Blue value is 170 (66.80% from 255 or 38.55% from 441); Max value from RGB is 173 - color contains mainly: red. Hex color #AD62AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD62AA is #529D55. Grayscale: #808080. Windows color (decimal): -5414230 or 11166381. OLE color: 11166381.

HSL color Cylindrical-coordinate representation of color #AD62AA: hue angle of 302.4º 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 #AD62AA is Cyan = 0, Magento = 0.43, Yellow = 0.02 and Black (K on CMYK) = 0.32.

Color convert

RGB17398170-
CMYK00.430.020.32
HSL302.4º31.38%53.14%-
HSV(B)302.4º43.35%67.84%-
XYZ28.8620.5240.47-
YUV128.63151.35159.65-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 39.23%
GREEN value IS 98 (38.67% from 255) = 22.22%
BLUE value IS 170 (66.80% from 255) = 38.55%
R=39.23%
G=22.22%
B=38.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.02
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1739817000.430.020.32302.431.3853.14
HexAD62AA02B22012e1f35
Octal2551422520532404563765
Binary1010110111000101010101001010111010000010010111011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD62AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD62AA; }

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

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

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

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

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

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

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

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