#AD65A7

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

Shades of Violet Blue #AD65A7

Tints of Violet Blue #AD65A7

Color information

#AD65A7 (or 0xAD65A7) is unknown color: approx Violet Blue. HEX triplet: AD, 65 and A7. RGB value is (173,101,167). Sum of RGB (Red+Green+Blue) = 173+101+167=441 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.23% from 441); Green value is 101 (39.84% from 255 or 22.90% from 441); Blue value is 167 (65.62% from 255 or 37.87% from 441); Max value from RGB is 173 - color contains mainly: red. Hex color #AD65A7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD65A7 is #529A58. Grayscale: #818181. Windows color (decimal): -5413465 or 10970541. OLE color: 10970541.

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

Color convert

RGB173101167-
CMYK00.420.030.32
HSL305º30.51%53.73%-
HSV(B)305º41.62%67.84%-
XYZ28.8620.9839.09-
YUV130.05148.85158.63-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 39.23%
GREEN value IS 101 (39.84% from 255) = 22.90%
BLUE value IS 167 (65.62% from 255) = 37.87%
R=39.23%
G=22.90%
B=37.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.03
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17310116700.420.030.3230530.5153.73
HexAD65A702A3201311f36
Octal2551452470523404613766
Binary1010110111001011010011101010101110000010011000111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD65A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD65A7; }

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

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

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

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

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

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

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

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