#AD65BE

Color #AD65BE Deep Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Lilac #AD65BE

Tints of Deep Lilac #AD65BE

Color information

#AD65BE (or 0xAD65BE) is unknown color: approx Deep Lilac. HEX triplet: AD, 65 and BE. RGB value is (173,101,190). Sum of RGB (Red+Green+Blue) = 173+101+190=464 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.28% from 464); Green value is 101 (39.84% from 255 or 21.77% from 464); Blue value is 190 (74.61% from 255 or 40.95% from 464); Max value from RGB is 190 - color contains mainly: blue. Hex color #AD65BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD65BE is #529A41. Grayscale: #848484. Windows color (decimal): -5413442 or 12477869. OLE color: 12477869.

HSL color Cylindrical-coordinate representation of color #AD65BE: hue angle of 288.54º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AD65BE is Cyan = 0.09, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB173101190-
CMYK0.090.4700.25
HSL288.54º40.64%57.06%-
HSV(B)288.54º46.84%74.51%-
XYZ31.1821.9151.3-
YUV132.67160.35156.76-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 37.28%
GREEN value IS 101 (39.84% from 255) = 21.77%
BLUE value IS 190 (74.61% from 255) = 40.95%
R=37.28%
G=21.77%
B=40.95%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1731011900.090.4700.25288.5440.6457.06
HexAD65BE92F0191212939
Octal25514527611570314415171
Binary101011011100101101111101001101111011001100100001101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD65BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD65BE; }

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

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

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

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

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

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

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

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