#AD75AE

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

Shades of Violet Blue #AD75AE

Tints of Violet Blue #AD75AE

Color information

#AD75AE (or 0xAD75AE) is unknown color: approx Violet Blue. HEX triplet: AD, 75 and AE. RGB value is (173,117,174). Sum of RGB (Red+Green+Blue) = 173+117+174=464 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.28% from 464); Green value is 117 (46.09% from 255 or 25.22% from 464); Blue value is 174 (68.36% from 255 or 37.5% from 464); Max value from RGB is 174 - color contains mainly: blue. Hex color #AD75AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD75AE is #528A51. Grayscale: #8C8C8C. Windows color (decimal): -5409362 or 11433389. OLE color: 11433389.

HSL color Cylindrical-coordinate representation of color #AD75AE: hue angle of 298.95º 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 #AD75AE is Cyan = 0.01, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB173117174-
CMYK0.010.3300.32
HSL298.95º26.03%57.06%-
HSV(B)298.95º32.76%68.24%-
XYZ31.2324.6643.16-
YUV140.24147.05151.37-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 37.28%
GREEN value IS 117 (46.09% from 255) = 25.22%
BLUE value IS 174 (68.36% from 255) = 37.5%
R=37.28%
G=25.22%
B=37.5%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731171740.010.3300.32298.9526.0357.06
HexAD75AE12102012b1a39
Octal2551652561410404533271
Binary101011011110101101011101100001010000010010101111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD75AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD75AE; }

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

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

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

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

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

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

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

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