#AD63AA

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

Shades of Violet Blue #AD63AA

Tints of Violet Blue #AD63AA

Color information

#AD63AA (or 0xAD63AA) is unknown color: approx Violet Blue. HEX triplet: AD, 63 and AA. RGB value is (173,99,170). Sum of RGB (Red+Green+Blue) = 173+99+170=442 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.14% from 442); Green value is 99 (39.06% from 255 or 22.40% from 442); Blue value is 170 (66.80% from 255 or 38.46% from 442); Max value from RGB is 173 - color contains mainly: red. Hex color #AD63AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD63AA is #529C55. Grayscale: #818181. Windows color (decimal): -5413974 or 11166637. OLE color: 11166637.

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

Color convert

RGB17399170-
CMYK00.430.020.32
HSL302.43º31.09%53.33%-
HSV(B)302.43º42.77%67.84%-
XYZ28.9520.7140.5-
YUV129.22151.02159.23-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 39.14%
GREEN value IS 99 (39.06% from 255) = 22.40%
BLUE value IS 170 (66.80% from 255) = 38.46%
R=39.14%
G=22.40%
B=38.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.02
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1739917000.430.020.32302.4331.0953.33
HexAD63AA02B22012e1f35
Octal2551432520532404563765
Binary1010110111000111010101001010111010000010010111011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD63AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD63AA; }

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

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

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

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

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

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

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

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