#AD53AF

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

Shades of Violet Blue #AD53AF

Tints of Violet Blue #AD53AF

Color information

#AD53AF (or 0xAD53AF) is unknown color: approx Violet Blue. HEX triplet: AD, 53 and AF. RGB value is (173,83,175). Sum of RGB (Red+Green+Blue) = 173+83+175=431 (57% of max value = 765). Red value is 173 (67.97% from 255 or 40.14% from 431); Green value is 83 (32.81% from 255 or 19.26% from 431); Blue value is 175 (68.75% from 255 or 40.60% from 431); Max value from RGB is 175 - color contains mainly: blue. Hex color #AD53AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD53AF is #52AC50. Grayscale: #787878. Windows color (decimal): -5418065 or 11490221. OLE color: 11490221.

HSL color Cylindrical-coordinate representation of color #AD53AF: hue angle of 298.7º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AD53AF is Cyan = 0.01, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB17383175-
CMYK0.010.5300.31
HSL298.7º36.51%50.59%-
HSV(B)298.7º52.57%68.63%-
XYZ28.0618.1742.58-
YUV120.4158.82165.52-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 40.14%
GREEN value IS 83 (32.81% from 255) = 19.26%
BLUE value IS 175 (68.75% from 255) = 40.60%
R=40.14%
G=19.26%
B=40.60%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal173831750.010.5300.31298.736.5150.59
HexAD53AF13501F12b2533
Octal2551232571650374534563
Binary101011011010011101011111110101011111100101011100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD53AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD53AF; }

 p { color: rgb(173,83,175); }

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

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

 a { background-color: rgb(173,83,175); }

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

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

 span { border-color: rgb(173,83,175); }

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