#AD63A7

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

Shades of Violet Blue #AD63A7

Tints of Violet Blue #AD63A7

Color information

#AD63A7 (or 0xAD63A7) is unknown color: approx Violet Blue. HEX triplet: AD, 63 and A7. RGB value is (173,99,167). Sum of RGB (Red+Green+Blue) = 173+99+167=439 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.41% from 439); Green value is 99 (39.06% from 255 or 22.55% from 439); Blue value is 167 (65.62% from 255 or 38.04% from 439); Max value from RGB is 173 - color contains mainly: red. Hex color #AD63A7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD63A7 is #529C58. Grayscale: #808080. Windows color (decimal): -5413977 or 10970029. OLE color: 10970029.

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

Color convert

RGB17399167-
CMYK00.430.030.32
HSL304.86º31.09%53.33%-
HSV(B)304.86º42.77%67.84%-
XYZ28.6720.639.02-
YUV128.88149.52159.47-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 39.41%
GREEN value IS 99 (39.06% from 255) = 22.55%
BLUE value IS 167 (65.62% from 255) = 38.04%
R=39.41%
G=22.55%
B=38.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.03
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1739916700.430.030.32304.8631.0953.33
HexAD63A702B3201311f35
Octal2551432470533404613765
Binary1010110111000111010011101010111110000010011000111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD63A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD63A7; }

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

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

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

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

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

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

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

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