#AD74A6

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

Shades of Violet Blue #AD74A6

Tints of Violet Blue #AD74A6

Color information

#AD74A6 (or 0xAD74A6) is unknown color: approx Violet Blue. HEX triplet: AD, 74 and A6. RGB value is (173,116,166). Sum of RGB (Red+Green+Blue) = 173+116+166=455 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.02% from 455); Green value is 116 (45.70% from 255 or 25.49% from 455); Blue value is 166 (65.23% from 255 or 36.48% from 455); Max value from RGB is 173 - color contains mainly: red. Hex color #AD74A6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD74A6 is #528B59. Grayscale: #8A8A8A. Windows color (decimal): -5409626 or 10908845. OLE color: 10908845.

HSL color Cylindrical-coordinate representation of color #AD74A6: hue angle of 307.37º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AD74A6 is Cyan = 0, Magento = 0.33, Yellow = 0.04 and Black (K on CMYK) = 0.32.

Color convert

RGB173116166-
CMYK00.330.040.32
HSL307.37º25.79%56.67%-
HSV(B)307.37º32.95%67.84%-
XYZ30.3624.1339.13-
YUV138.74143.38152.43-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.02%
GREEN value IS 116 (45.70% from 255) = 25.49%
BLUE value IS 166 (65.23% from 255) = 36.48%
R=38.02%
G=25.49%
B=36.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.04
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17311616600.330.040.32307.3725.7956.67
HexAD74A60214201331a39
Octal2551642460414404633271
Binary10101101111010010100110010000110010000010011001111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD74A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD74A6; }

 p { color: rgb(173,116,166); }

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

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

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

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

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

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

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