#AD5CAF

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

Shades of Violet Blue #AD5CAF

Tints of Violet Blue #AD5CAF

Color information

#AD5CAF (or 0xAD5CAF) is unknown color: approx Violet Blue. HEX triplet: AD, 5C and AF. RGB value is (173,92,175). Sum of RGB (Red+Green+Blue) = 173+92+175=440 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.32% from 440); Green value is 92 (36.33% from 255 or 20.91% from 440); Blue value is 175 (68.75% from 255 or 39.77% from 440); Max value from RGB is 175 - color contains mainly: blue. Hex color #AD5CAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD5CAF is #52A350. Grayscale: #7D7D7D. Windows color (decimal): -5415761 or 11492525. OLE color: 11492525.

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

Color convert

RGB17392175-
CMYK0.010.4700.31
HSL298.55º34.16%52.35%-
HSV(B)298.55º47.43%68.63%-
XYZ28.819.6342.83-
YUV125.68155.84161.75-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 39.32%
GREEN value IS 92 (36.33% from 255) = 20.91%
BLUE value IS 175 (68.75% from 255) = 39.77%
R=39.32%
G=20.91%
B=39.77%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal173921750.010.4700.31298.5534.1652.35
HexAD5CAF12F01F12b2234
Octal2551342571570374534264
Binary101011011011100101011111101111011111100101011100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5CAF; }

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

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

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

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

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

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

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

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