#AD6CAF

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

Shades of Violet Blue #AD6CAF

Tints of Violet Blue #AD6CAF

Color information

#AD6CAF (or 0xAD6CAF) is unknown color: approx Violet Blue. HEX triplet: AD, 6C and AF. RGB value is (173,108,175). Sum of RGB (Red+Green+Blue) = 173+108+175=456 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.94% from 456); Green value is 108 (42.58% from 255 or 23.68% from 456); Blue value is 175 (68.75% from 255 or 38.38% from 456); Max value from RGB is 175 - color contains mainly: blue. Hex color #AD6CAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6CAF is #529350. Grayscale: #868686. Windows color (decimal): -5411665 or 11496621. OLE color: 11496621.

HSL color Cylindrical-coordinate representation of color #AD6CAF: hue angle of 298.21º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AD6CAF is Cyan = 0.01, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB173108175-
CMYK0.010.3800.31
HSL298.21º29.52%55.49%-
HSV(B)298.21º38.29%68.63%-
XYZ30.3322.743.34-
YUV135.07150.53155.05-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 37.94%
GREEN value IS 108 (42.58% from 255) = 23.68%
BLUE value IS 175 (68.75% from 255) = 38.38%
R=37.94%
G=23.68%
B=38.38%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1731081750.010.3800.31298.2129.5255.49
HexAD6CAF12601F12a1e37
Octal2551542571460374523667
Binary10101101110110010101111110011001111110010101011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6CAF; }

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

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

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

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

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

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

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

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