#AD60B5

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

Shades of Violet Blue #AD60B5

Tints of Violet Blue #AD60B5

Color information

#AD60B5 (or 0xAD60B5) is unknown color: approx Violet Blue. HEX triplet: AD, 60 and B5. RGB value is (173,96,181). Sum of RGB (Red+Green+Blue) = 173+96+181=450 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.44% from 450); Green value is 96 (37.89% from 255 or 21.33% from 450); Blue value is 181 (71.09% from 255 or 40.22% from 450); Max value from RGB is 181 - color contains mainly: blue. Hex color #AD60B5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD60B5 is #529F4A. Grayscale: #808080. Windows color (decimal): -5414731 or 11886765. OLE color: 11886765.

HSL color Cylindrical-coordinate representation of color #AD60B5: hue angle of 294.35º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AD60B5 is Cyan = 0.04, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB17396181-
CMYK0.040.4700.29
HSL294.35º36.48%54.31%-
HSV(B)294.35º46.96%70.98%-
XYZ29.7620.5946.12-
YUV128.71157.51159.59-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.44%
GREEN value IS 96 (37.89% from 255) = 21.33%
BLUE value IS 181 (71.09% from 255) = 40.22%
R=38.44%
G=21.33%
B=40.22%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal173961810.040.4700.29294.3536.4854.31
HexAD60B542F01D1262436
Octal2551402654570354464466
Binary10101101110000010110101100101111011101100100110100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD60B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD60B5; }

 p { color: rgb(173,96,181); }

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

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

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

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

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

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

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