#AD4BA6

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

Shades of Violet Blue #AD4BA6

Tints of Violet Blue #AD4BA6

Color information

#AD4BA6 (or 0xAD4BA6) is unknown color: approx Violet Blue. HEX triplet: AD, 4B and A6. RGB value is (173,75,166). Sum of RGB (Red+Green+Blue) = 173+75+166=414 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.79% from 414); Green value is 75 (29.69% from 255 or 18.12% from 414); Blue value is 166 (65.23% from 255 or 40.10% from 414); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4BA6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD4BA6 is #52B459. Grayscale: #727272. Windows color (decimal): -5420122 or 10898349. OLE color: 10898349.

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

Color convert

RGB17375166-
CMYK00.570.040.32
HSL304.29º39.52%48.63%-
HSV(B)304.29º56.65%67.84%-
XYZ26.6316.6737.89-
YUV114.68156.97169.6-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 41.79%
GREEN value IS 75 (29.69% from 255) = 18.12%
BLUE value IS 166 (65.23% from 255) = 40.10%
R=41.79%
G=18.12%
B=40.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.04
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1737516600.570.040.32304.2939.5248.63
HexAD4BA60394201302831
Octal2551132460714404605061
Binary101011011001011101001100111001100100000100110000101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD4BA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD4BA6; }

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

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

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

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

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

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

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

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