#AD61AB

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

Shades of Violet Blue #AD61AB

Tints of Violet Blue #AD61AB

Color information

#AD61AB (or 0xAD61AB) is unknown color: approx Violet Blue. HEX triplet: AD, 61 and AB. RGB value is (173,97,171). Sum of RGB (Red+Green+Blue) = 173+97+171=441 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.23% from 441); Green value is 97 (38.28% from 255 or 22.00% from 441); Blue value is 171 (67.19% from 255 or 38.78% from 441); Max value from RGB is 173 - color contains mainly: red. Hex color #AD61AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD61AB is #529E54. Grayscale: #7F7F7F. Windows color (decimal): -5414485 or 11231661. OLE color: 11231661.

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

Color convert

RGB17397171-
CMYK00.440.010.32
HSL301.58º31.67%52.94%-
HSV(B)301.58º43.93%67.84%-
XYZ28.8620.3740.94-
YUV128.16152.18159.98-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 39.23%
GREEN value IS 97 (38.28% from 255) = 22.00%
BLUE value IS 171 (67.19% from 255) = 38.78%
R=39.23%
G=22.00%
B=38.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1739717100.440.010.32301.5831.6752.94
HexAD61AB02C12012e2035
Octal2551412530541404564065
Binary1010110111000011010101101011001100000100101110100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD61AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD61AB; }

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

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

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

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

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

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

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

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