#ADA2D5

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

Shades of Biloba Flower #ADA2D5

Tints of Biloba Flower #ADA2D5

Color information

#ADA2D5 (or 0xADA2D5) is unknown color: approx Biloba Flower. HEX triplet: AD, A2 and D5. RGB value is (173,162,213). Sum of RGB (Red+Green+Blue) = 173+162+213=548 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.57% from 548); Green value is 162 (63.67% from 255 or 29.56% from 548); Blue value is 213 (83.59% from 255 or 38.87% from 548); Max value from RGB is 213 - color contains mainly: blue. Hex color #ADA2D5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA2D5 is #525D2A. Grayscale: #AAAAAA. Windows color (decimal): -5397803 or 14000813. OLE color: 14000813.

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

Color convert

RGB173162213-
CMYK0.190.2400.16
HSL252.94º37.78%73.53%-
HSV(B)252.94º23.94%83.53%-
XYZ42.1639.5368.36-
YUV171.1151.64129.35-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.57%
GREEN value IS 162 (63.67% from 255) = 29.56%
BLUE value IS 213 (83.59% from 255) = 38.87%
R=31.57%
G=29.56%
B=38.87%

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
Decimal1731622130.190.2400.16252.9437.7873.53
HexADA2D51318010fd264a
Octal255242325233002037546112
Binary1010110110100010110101011001111000010000111111011001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA2D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA2D5; }

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

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

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

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

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

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

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

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