#AD64AE

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

Shades of Violet Blue #AD64AE

Tints of Violet Blue #AD64AE

Color information

#AD64AE (or 0xAD64AE) is unknown color: approx Violet Blue. HEX triplet: AD, 64 and AE. RGB value is (173,100,174). Sum of RGB (Red+Green+Blue) = 173+100+174=447 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.70% from 447); Green value is 100 (39.45% from 255 or 22.37% from 447); Blue value is 174 (68.36% from 255 or 38.93% from 447); Max value from RGB is 174 - color contains mainly: blue. Hex color #AD64AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD64AE is #529B51. Grayscale: #828282. Windows color (decimal): -5413714 or 11429037. OLE color: 11429037.

HSL color Cylindrical-coordinate representation of color #AD64AE: hue angle of 299.19º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AD64AE is Cyan = 0.01, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB173100174-
CMYK0.010.4300.32
HSL299.19º31.36%53.73%-
HSV(B)299.19º42.53%68.24%-
XYZ29.4321.0542.56-
YUV130.26152.68158.48-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.70%
GREEN value IS 100 (39.45% from 255) = 22.37%
BLUE value IS 174 (68.36% from 255) = 38.93%
R=38.70%
G=22.37%
B=38.93%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731001740.010.4300.32299.1931.3653.73
HexAD64AE12B02012b1f36
Octal2551442561530404533766
Binary101011011100100101011101101011010000010010101111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD64AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD64AE; }

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

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

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

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

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

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

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

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