#AD55A5

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

Shades of Violet Blue #AD55A5

Tints of Violet Blue #AD55A5

Color information

#AD55A5 (or 0xAD55A5) is unknown color: approx Violet Blue. HEX triplet: AD, 55 and A5. RGB value is (173,85,165). Sum of RGB (Red+Green+Blue) = 173+85+165=423 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.90% from 423); Green value is 85 (33.59% from 255 or 20.09% from 423); Blue value is 165 (64.84% from 255 or 39.01% from 423); Max value from RGB is 173 - color contains mainly: red. Hex color #AD55A5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD55A5 is #52AA5A. Grayscale: #787878. Windows color (decimal): -5417563 or 10835373. OLE color: 10835373.

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

Color convert

RGB17385165-
CMYK00.510.050.32
HSL305.45º34.92%50.59%-
HSV(B)305.45º50.87%67.84%-
XYZ27.2718.137.65-
YUV120.43153.15165.5-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 40.90%
GREEN value IS 85 (33.59% from 255) = 20.09%
BLUE value IS 165 (64.84% from 255) = 39.01%
R=40.90%
G=20.09%
B=39.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.05
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1738516500.510.050.32305.4534.9250.59
HexAD55A50335201312333
Octal2551252450635404614363
Binary101011011010101101001010110011101100000100110001100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD55A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD55A5; }

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

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

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

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

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

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

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

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