#AD75AA

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

Shades of Violet Blue #AD75AA

Tints of Violet Blue #AD75AA

Color information

#AD75AA (or 0xAD75AA) is unknown color: approx Violet Blue. HEX triplet: AD, 75 and AA. RGB value is (173,117,170). Sum of RGB (Red+Green+Blue) = 173+117+170=460 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.61% from 460); Green value is 117 (46.09% from 255 or 25.43% from 460); Blue value is 170 (66.80% from 255 or 36.96% from 460); Max value from RGB is 173 - color contains mainly: red. Hex color #AD75AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD75AA is #528A55. Grayscale: #8B8B8B. Windows color (decimal): -5409366 or 11171245. OLE color: 11171245.

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

Color convert

RGB173117170-
CMYK00.320.020.32
HSL303.21º25.45%56.86%-
HSV(B)303.21º32.37%67.84%-
XYZ30.8524.5141.13-
YUV139.79145.05151.69-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 37.61%
GREEN value IS 117 (46.09% from 255) = 25.43%
BLUE value IS 170 (66.80% from 255) = 36.96%
R=37.61%
G=25.43%
B=36.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.02
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17311717000.320.020.32303.2125.4556.86
HexAD75AA02022012f1939
Octal2551652520402404573171
Binary1010110111101011010101001000001010000010010111111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD75AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD75AA; }

 p { color: rgb(173,117,170); }

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

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

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

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

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

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

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