#AD4EA5

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

Shades of Violet Blue #AD4EA5

Tints of Violet Blue #AD4EA5

Color information

#AD4EA5 (or 0xAD4EA5) is unknown color: approx Violet Blue. HEX triplet: AD, 4E and A5. RGB value is (173,78,165). Sum of RGB (Red+Green+Blue) = 173+78+165=416 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.59% from 416); Green value is 78 (30.86% from 255 or 18.75% from 416); Blue value is 165 (64.84% from 255 or 39.66% from 416); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4EA5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD4EA5 is #52B15A. Grayscale: #747474. Windows color (decimal): -5419355 or 10833581. OLE color: 10833581.

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

Color convert

RGB17378165-
CMYK00.550.050.32
HSL305.05º37.85%49.22%-
HSV(B)305.05º54.91%67.84%-
XYZ26.7517.0537.48-
YUV116.32155.47168.43-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 41.59%
GREEN value IS 78 (30.86% from 255) = 18.75%
BLUE value IS 165 (64.84% from 255) = 39.66%
R=41.59%
G=18.75%
B=39.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.05
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1737816500.550.050.32305.0537.8549.22
HexAD4EA50375201312631
Octal2551162450675404614661
Binary101011011001110101001010110111101100000100110001100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD4EA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD4EA5; }

 p { color: rgb(173,78,165); }

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

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

 a { background-color: rgb(173,78,165); }

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

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

 span { border-color: rgb(173,78,165); }

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