#AD64A1

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

Shades of Violet Blue #AD64A1

Tints of Violet Blue #AD64A1

Color information

#AD64A1 (or 0xAD64A1) is unknown color: approx Violet Blue. HEX triplet: AD, 64 and A1. RGB value is (173,100,161). Sum of RGB (Red+Green+Blue) = 173+100+161=434 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.86% from 434); Green value is 100 (39.45% from 255 or 23.04% from 434); Blue value is 161 (63.28% from 255 or 37.10% from 434); Max value from RGB is 173 - color contains mainly: red. Hex color #AD64A1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD64A1 is #529B5E. Grayscale: #808080. Windows color (decimal): -5413727 or 10577069. OLE color: 10577069.

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

Color convert

RGB173100161-
CMYK00.420.070.32
HSL309.86º30.8%53.53%-
HSV(B)309.86º42.2%67.84%-
XYZ28.2220.5736.2-
YUV128.78146.18159.54-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 39.86%
GREEN value IS 100 (39.45% from 255) = 23.04%
BLUE value IS 161 (63.28% from 255) = 37.10%
R=39.86%
G=23.04%
B=37.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.07
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17310016100.420.070.32309.8630.853.53
HexAD64A102A7201361f36
Octal2551442410527404663766
Binary10101101110010010100001010101011110000010011011011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD64A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD64A1; }

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

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

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

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

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

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

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

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