#ADA0D5

Color #ADA0D5 Biloba Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Biloba Flower #ADA0D5

Tints of Biloba Flower #ADA0D5

Color information

#ADA0D5 (or 0xADA0D5) is unknown color: approx Biloba Flower. HEX triplet: AD, A0 and D5. RGB value is (173,160,213). Sum of RGB (Red+Green+Blue) = 173+160+213=546 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.68% from 546); Green value is 160 (62.89% from 255 or 29.30% from 546); Blue value is 213 (83.59% from 255 or 39.01% from 546); Max value from RGB is 213 - color contains mainly: blue. Hex color #ADA0D5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA0D5 is #525F2A. Grayscale: #A9A9A9. Windows color (decimal): -5398315 or 14000301. OLE color: 14000301.

HSL color Cylindrical-coordinate representation of color #ADA0D5: hue angle of 254.72º degrees, saturation: 0.39, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ADA0D5 is Cyan = 0.19, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB173160213-
CMYK0.190.2500.16
HSL254.72º38.69%73.14%-
HSV(B)254.72º24.88%83.53%-
XYZ41.8138.8368.24-
YUV169.93152.31130.19-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.68%
GREEN value IS 160 (62.89% from 255) = 29.30%
BLUE value IS 213 (83.59% from 255) = 39.01%
R=31.68%
G=29.30%
B=39.01%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1731602130.190.2500.16254.7238.6973.14
HexADA0D51319010ff2749
Octal255240325233102037747111
Binary1010110110100000110101011001111001010000111111111001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA0D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA0D5; }

 p { color: rgb(173,160,213); }

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

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

 a { background-color: rgb(173,160,213); }

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

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

 span { border-color: rgb(173,160,213); }

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