#AD62AD

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

Shades of Violet Blue #AD62AD

Tints of Violet Blue #AD62AD

Color information

#AD62AD (or 0xAD62AD) is unknown color: approx Violet Blue. HEX triplet: AD, 62 and AD. RGB value is (173,98,173). Sum of RGB (Red+Green+Blue) = 173+98+173=444 (58% of max value = 765). Red value is 173 (67.97% from 255 or 38.96% from 444); Green value is 98 (38.67% from 255 or 22.07% from 444); Blue value is 173 (67.97% from 255 or 38.96% from 444); Max value from RGB is 173 - color contains mainly: red, blue. Hex color #AD62AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD62AD is #529D52. Grayscale: #808080. Windows color (decimal): -5414227 or 11362989. OLE color: 11362989.

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

Color convert

RGB17398173-
CMYK00.4300.32
HSL300º31.38%53.14%-
HSV(B)300º43.35%67.84%-
XYZ29.1420.6441.98-
YUV128.98152.85159.4-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.96%
GREEN value IS 98 (38.67% from 255) = 22.07%
BLUE value IS 173 (67.97% from 255) = 38.96%
R=38.96%
G=22.07%
B=38.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1739817300.4300.3230031.3853.14
HexAD62AD02B02012c1f35
Octal2551422550530404543765
Binary101011011100010101011010101011010000010010110011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD62AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD62AD; }

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

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

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

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

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

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

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

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