#ADA1D5

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

Shades of Biloba Flower #ADA1D5

Tints of Biloba Flower #ADA1D5

Color information

#ADA1D5 (or 0xADA1D5) is unknown color: approx Biloba Flower. HEX triplet: AD, A1 and D5. RGB value is (173,161,213). Sum of RGB (Red+Green+Blue) = 173+161+213=547 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.63% from 547); Green value is 161 (63.28% from 255 or 29.43% from 547); Blue value is 213 (83.59% from 255 or 38.94% from 547); Max value from RGB is 213 - color contains mainly: blue. Hex color #ADA1D5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA1D5 is #525E2A. Grayscale: #AAAAAA. Windows color (decimal): -5398059 or 14000557. OLE color: 14000557.

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

Color convert

RGB173161213-
CMYK0.190.2400.16
HSL253.85º38.24%73.33%-
HSV(B)253.85º24.41%83.53%-
XYZ41.9939.1868.3-
YUV170.52151.98129.77-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.63%
GREEN value IS 161 (63.28% from 255) = 29.43%
BLUE value IS 213 (83.59% from 255) = 38.94%
R=31.63%
G=29.43%
B=38.94%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1731612130.190.2400.16253.8538.2473.33
HexADA1D51318010fe2649
Octal255241325233002037646111
Binary1010110110100001110101011001111000010000111111101001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA1D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA1D5; }

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

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

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

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

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

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

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

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