#AD52A5

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

Shades of Violet Blue #AD52A5

Tints of Violet Blue #AD52A5

Color information

#AD52A5 (or 0xAD52A5) is unknown color: approx Violet Blue. HEX triplet: AD, 52 and A5. RGB value is (173,82,165). Sum of RGB (Red+Green+Blue) = 173+82+165=420 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.19% from 420); Green value is 82 (32.42% from 255 or 19.52% from 420); Blue value is 165 (64.84% from 255 or 39.29% from 420); Max value from RGB is 173 - color contains mainly: red. Hex color #AD52A5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD52A5 is #52AD5A. Grayscale: #767676. Windows color (decimal): -5418331 or 10834605. OLE color: 10834605.

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

Color convert

RGB17382165-
CMYK00.530.050.32
HSL305.27º35.69%50%-
HSV(B)305.27º52.6%67.84%-
XYZ27.0417.6437.58-
YUV118.67154.15166.75-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 41.19%
GREEN value IS 82 (32.42% from 255) = 19.52%
BLUE value IS 165 (64.84% from 255) = 39.29%
R=41.19%
G=19.52%
B=39.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.05
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1738216500.530.050.32305.2735.6950
HexAD52A50355201312432
Octal2551222450655404614462
Binary101011011010010101001010110101101100000100110001100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD52A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD52A5; }

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

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

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

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

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

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

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

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