#AD6CB6

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

Shades of Violet Blue #AD6CB6

Tints of Violet Blue #AD6CB6

Color information

#AD6CB6 (or 0xAD6CB6) is unknown color: approx Violet Blue. HEX triplet: AD, 6C and B6. RGB value is (173,108,182). Sum of RGB (Red+Green+Blue) = 173+108+182=463 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.37% from 463); Green value is 108 (42.58% from 255 or 23.33% from 463); Blue value is 182 (71.48% from 255 or 39.31% from 463); Max value from RGB is 182 - color contains mainly: blue. Hex color #AD6CB6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD6CB6 is #529349. Grayscale: #878787. Windows color (decimal): -5411658 or 11955373. OLE color: 11955373.

HSL color Cylindrical-coordinate representation of color #AD6CB6: hue angle of 292.7º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AD6CB6 is Cyan = 0.05, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB173108182-
CMYK0.050.4100.29
HSL292.7º33.64%56.86%-
HSV(B)292.7º40.66%71.37%-
XYZ31.0422.9947.06-
YUV135.87154.03154.48-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 37.37%
GREEN value IS 108 (42.58% from 255) = 23.33%
BLUE value IS 182 (71.48% from 255) = 39.31%
R=37.37%
G=23.33%
B=39.31%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1731081820.050.4100.29292.733.6456.86
HexAD6CB652901D1252239
Octal2551542665510354454271
Binary10101101110110010110110101101001011101100100101100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6CB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6CB6; }

 p { color: rgb(173,108,182); }

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

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

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

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

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

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

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