#AD64AA

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

Shades of Violet Blue #AD64AA

Tints of Violet Blue #AD64AA

Color information

#AD64AA (or 0xAD64AA) is unknown color: approx Violet Blue. HEX triplet: AD, 64 and AA. RGB value is (173,100,170). Sum of RGB (Red+Green+Blue) = 173+100+170=443 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.05% from 443); Green value is 100 (39.45% from 255 or 22.57% from 443); Blue value is 170 (66.80% from 255 or 38.37% from 443); Max value from RGB is 173 - color contains mainly: red. Hex color #AD64AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD64AA is #529B55. Grayscale: #818181. Windows color (decimal): -5413718 or 11166893. OLE color: 11166893.

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

Color convert

RGB173100170-
CMYK00.420.020.32
HSL302.47º30.8%53.53%-
HSV(B)302.47º42.2%67.84%-
XYZ29.0520.940.53-
YUV129.81150.68158.81-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 39.05%
GREEN value IS 100 (39.45% from 255) = 22.57%
BLUE value IS 170 (66.80% from 255) = 38.37%
R=39.05%
G=22.57%
B=38.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.02
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17310017000.420.020.32302.4730.853.53
HexAD64AA02A22012e1f36
Octal2551442520522404563766
Binary1010110111001001010101001010101010000010010111011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD64AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD64AA; }

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

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

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

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

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

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

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

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