#AD60B4

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

Shades of Violet Blue #AD60B4

Tints of Violet Blue #AD60B4

Color information

#AD60B4 (or 0xAD60B4) is unknown color: approx Violet Blue. HEX triplet: AD, 60 and B4. RGB value is (173,96,180). Sum of RGB (Red+Green+Blue) = 173+96+180=449 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.53% from 449); Green value is 96 (37.89% from 255 or 21.38% from 449); Blue value is 180 (70.70% from 255 or 40.09% from 449); Max value from RGB is 180 - color contains mainly: blue. Hex color #AD60B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD60B4 is #529F4B. Grayscale: #808080. Windows color (decimal): -5414732 or 11821229. OLE color: 11821229.

HSL color Cylindrical-coordinate representation of color #AD60B4: hue angle of 295º 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 #AD60B4 is Cyan = 0.04, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB17396180-
CMYK0.040.4700.29
HSL295º35.9%54.12%-
HSV(B)295º46.67%70.59%-
XYZ29.6520.5545.58-
YUV128.6157.01159.67-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.53%
GREEN value IS 96 (37.89% from 255) = 21.38%
BLUE value IS 180 (70.70% from 255) = 40.09%
R=38.53%
G=21.38%
B=40.09%

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
Decimal173961800.040.4700.2929535.954.12
HexAD60B442F01D1272436
Octal2551402644570354474466
Binary10101101110000010110100100101111011101100100111100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD60B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD60B4; }

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

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

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

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

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

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

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

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