#ad69c0

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

Shades of Deep Lilac #AD69C0

Tints of Deep Lilac #AD69C0

Color information

#AD69C0 (or 0xAD69C0) is unknown color: approx Deep Lilac. HEX triplet: AD, 69 and C0. RGB value is (173,105,192). Sum of RGB (Red+Green+Blue) = 173+105+192=470 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.81% from 470); Green value is 105 (41.41% from 255 or 22.34% from 470); Blue value is 192 (75.39% from 255 or 40.85% from 470); Max value from RGB is 192 - color contains mainly: blue. Hex color #AD69C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD69C0 is #52963F. Grayscale: #868686. Windows color (decimal): -5412416 or 12609965. OLE color: 12609965.

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

Color convert

RGB173105192-
CMYK0.100.4500.25
HSL286.9º40.85%58.24%-
HSV(B)286.9º45.31%75.29%-
XYZ31.822.7952.59-
YUV135.25160.03154.93-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.81%
GREEN value IS 105 (41.41% from 255) = 22.34%
BLUE value IS 192 (75.39% from 255) = 40.85%
R=36.81%
G=22.34%
B=40.85%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1731051920.100.4500.25286.940.8558.24
HexAD69C0A2D01911f293a
Octal25515130012550314375172
Binary101011011101001110000001010101101011001100011111101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ad69c0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ad69c0; }

 p { color: rgb(173,105,192); }

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

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

 a { background-color: rgb(173,105,192); }

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

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

 span { border-color: rgb(173,105,192); }

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