#AD52AD

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

Shades of Violet Blue #AD52AD

Tints of Violet Blue #AD52AD

Color information

#AD52AD (or 0xAD52AD) is unknown color: approx Violet Blue. HEX triplet: AD, 52 and AD. RGB value is (173,82,173). Sum of RGB (Red+Green+Blue) = 173+82+173=428 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.42% from 428); Green value is 82 (32.42% from 255 or 19.16% from 428); Blue value is 173 (67.97% from 255 or 40.42% from 428); Max value from RGB is 173 - color contains mainly: red, blue. Hex color #AD52AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD52AD is #52AD52. Grayscale: #777777. Windows color (decimal): -5418323 or 11358893. OLE color: 11358893.

HSL color Cylindrical-coordinate representation of color #AD52AD: hue angle of 300º 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 #AD52AD is Cyan = 0, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB17382173-
CMYK00.5300.32
HSL300º35.69%50%-
HSV(B)300º52.6%67.84%-
XYZ27.7917.9441.53-
YUV119.58158.15166.1-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 40.42%
GREEN value IS 82 (32.42% from 255) = 19.16%
BLUE value IS 173 (67.97% from 255) = 40.42%
R=40.42%
G=19.16%
B=40.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1738217300.5300.3230035.6950
HexAD52AD03502012c2432
Octal2551222550650404544462
Binary1010110110100101010110101101010100000100101100100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD52AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD52AD; }

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

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

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

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

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

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

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

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