#AD5CA1

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

Shades of Violet Blue #AD5CA1

Tints of Violet Blue #AD5CA1

Color information

#AD5CA1 (or 0xAD5CA1) is unknown color: approx Violet Blue. HEX triplet: AD, 5C and A1. RGB value is (173,92,161). Sum of RGB (Red+Green+Blue) = 173+92+161=426 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.61% from 426); Green value is 92 (36.33% from 255 or 21.60% from 426); Blue value is 161 (63.28% from 255 or 37.79% from 426); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5CA1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD5CA1 is #52A35E. Grayscale: #7B7B7B. Windows color (decimal): -5415775 or 10575021. OLE color: 10575021.

HSL color Cylindrical-coordinate representation of color #AD5CA1: hue angle of 308.89º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AD5CA1 is Cyan = 0, Magento = 0.47, Yellow = 0.07 and Black (K on CMYK) = 0.32.

Color convert

RGB17392161-
CMYK00.470.070.32
HSL308.89º33.06%51.96%-
HSV(B)308.89º46.82%67.84%-
XYZ27.4919.1135.96-
YUV124.08148.84162.89-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 40.61%
GREEN value IS 92 (36.33% from 255) = 21.60%
BLUE value IS 161 (63.28% from 255) = 37.79%
R=40.61%
G=21.60%
B=37.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.07
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1739216100.470.070.32308.8933.0651.96
HexAD5CA102F7201352134
Octal2551342410577404654164
Binary101011011011100101000010101111111100000100110101100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5CA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5CA1; }

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

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

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

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

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

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

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

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