#AD61AD

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

Shades of Violet Blue #AD61AD

Tints of Violet Blue #AD61AD

Color information

#AD61AD (or 0xAD61AD) is unknown color: approx Violet Blue. HEX triplet: AD, 61 and AD. RGB value is (173,97,173). Sum of RGB (Red+Green+Blue) = 173+97+173=443 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.05% from 443); Green value is 97 (38.28% from 255 or 21.90% from 443); Blue value is 173 (67.97% from 255 or 39.05% from 443); Max value from RGB is 173 - color contains mainly: red, blue. Hex color #AD61AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD61AD is #529E52. Grayscale: #808080. Windows color (decimal): -5414483 or 11362733. OLE color: 11362733.

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

Color convert

RGB17397173-
CMYK00.4400.32
HSL300º31.67%52.94%-
HSV(B)300º43.93%67.84%-
XYZ29.0520.4541.95-
YUV128.39153.18159.82-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 39.05%
GREEN value IS 97 (38.28% from 255) = 21.90%
BLUE value IS 173 (67.97% from 255) = 39.05%
R=39.05%
G=21.90%
B=39.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1739717300.4400.3230031.6752.94
HexAD61AD02C02012c2035
Octal2551412550540404544065
Binary1010110111000011010110101011000100000100101100100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD61AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD61AD; }

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

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

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

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

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

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

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

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