#AD4BAB

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

Shades of Violet Blue #AD4BAB

Tints of Violet Blue #AD4BAB

Color information

#AD4BAB (or 0xAD4BAB) is unknown color: approx Violet Blue. HEX triplet: AD, 4B and AB. RGB value is (173,75,171). Sum of RGB (Red+Green+Blue) = 173+75+171=419 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.29% from 419); Green value is 75 (29.69% from 255 or 17.90% from 419); Blue value is 171 (67.19% from 255 or 40.81% from 419); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4BAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD4BAB is #52B454. Grayscale: #727272. Windows color (decimal): -5420117 or 11226029. OLE color: 11226029.

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

Color convert

RGB17375171-
CMYK00.570.010.32
HSL301.22º39.52%48.63%-
HSV(B)301.22º56.65%67.84%-
XYZ27.116.8640.35-
YUV115.25159.47169.19-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 41.29%
GREEN value IS 75 (29.69% from 255) = 17.90%
BLUE value IS 171 (67.19% from 255) = 40.81%
R=41.29%
G=17.90%
B=40.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1737517100.570.010.32301.2239.5248.63
HexAD4BAB03912012d2831
Octal2551132530711404555061
Binary1010110110010111010101101110011100000100101101101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD4BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD4BAB; }

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

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

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

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

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

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

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

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