#AD70B7

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

Shades of Violet Blue #AD70B7

Tints of Violet Blue #AD70B7

Color information

#AD70B7 (or 0xAD70B7) is unknown color: approx Violet Blue. HEX triplet: AD, 70 and B7. RGB value is (173,112,183). Sum of RGB (Red+Green+Blue) = 173+112+183=468 (61% of max value = 765). Red value is 173 (67.97% from 255 or 36.97% from 468); Green value is 112 (44.14% from 255 or 23.93% from 468); Blue value is 183 (71.88% from 255 or 39.10% from 468); Max value from RGB is 183 - color contains mainly: blue. Hex color #AD70B7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD70B7 is #528F48. Grayscale: #8A8A8A. Windows color (decimal): -5410633 or 12021933. OLE color: 12021933.

HSL color Cylindrical-coordinate representation of color #AD70B7: hue angle of 291.55º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AD70B7 is Cyan = 0.05, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB173112183-
CMYK0.050.3900.28
HSL291.55º33.02%57.84%-
HSV(B)291.55º38.8%71.76%-
XYZ31.5723.8947.75-
YUV138.33153.21152.73-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.97%
GREEN value IS 112 (44.14% from 255) = 23.93%
BLUE value IS 183 (71.88% from 255) = 39.10%
R=36.97%
G=23.93%
B=39.10%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1731121830.050.3900.28291.5533.0257.84
HexAD70B752701C124213a
Octal2551602675470344444172
Binary10101101111000010110111101100111011100100100100100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD70B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD70B7; }

 p { color: rgb(173,112,183); }

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

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

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

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

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

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

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