#AD65A1

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

Shades of Violet Blue #AD65A1

Tints of Violet Blue #AD65A1

Color information

#AD65A1 (or 0xAD65A1) is unknown color: approx Violet Blue. HEX triplet: AD, 65 and A1. RGB value is (173,101,161). Sum of RGB (Red+Green+Blue) = 173+101+161=435 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.77% from 435); Green value is 101 (39.84% from 255 or 23.22% from 435); Blue value is 161 (63.28% from 255 or 37.01% from 435); Max value from RGB is 173 - color contains mainly: red. Hex color #AD65A1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD65A1 is #529A5E. Grayscale: #818181. Windows color (decimal): -5413471 or 10577325. OLE color: 10577325.

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

Color convert

RGB173101161-
CMYK00.420.070.32
HSL310º30.51%53.73%-
HSV(B)310º41.62%67.84%-
XYZ28.3220.7636.23-
YUV129.37145.85159.12-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 39.77%
GREEN value IS 101 (39.84% from 255) = 23.22%
BLUE value IS 161 (63.28% from 255) = 37.01%
R=39.77%
G=23.22%
B=37.01%

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
Decimal17310116100.420.070.3231030.5153.73
HexAD65A102A7201361f36
Octal2551452410527404663766
Binary10101101110010110100001010101011110000010011011011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD65A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD65A1; }

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

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

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

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

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

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

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

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