#AD5DA4

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

Shades of Violet Blue #AD5DA4

Tints of Violet Blue #AD5DA4

Color information

#AD5DA4 (or 0xAD5DA4) is unknown color: approx Violet Blue. HEX triplet: AD, 5D and A4. RGB value is (173,93,164). Sum of RGB (Red+Green+Blue) = 173+93+164=430 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.23% from 430); Green value is 93 (36.72% from 255 or 21.63% from 430); Blue value is 164 (64.45% from 255 or 38.14% from 430); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5DA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD5DA4 is #52A25B. Grayscale: #7C7C7C. Windows color (decimal): -5415516 or 10771885. OLE color: 10771885.

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

Color convert

RGB17393164-
CMYK00.460.050.32
HSL306.75º32.79%52.16%-
HSV(B)306.75º46.24%67.84%-
XYZ27.8519.3937.4-
YUV125.01150162.23-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 40.23%
GREEN value IS 93 (36.72% from 255) = 21.63%
BLUE value IS 164 (64.45% from 255) = 38.14%
R=40.23%
G=21.63%
B=38.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.05
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1739316400.460.050.32306.7532.7952.16
HexAD5DA402E5201332134
Octal2551352440565404634164
Binary101011011011101101001000101110101100000100110011100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5DA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5DA4; }

 p { color: rgb(173,93,164); }

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

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

 a { background-color: rgb(173,93,164); }

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

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

 span { border-color: rgb(173,93,164); }

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