#ADA2D7

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

Shades of Biloba Flower #ADA2D7

Tints of Biloba Flower #ADA2D7

Color information

#ADA2D7 (or 0xADA2D7) is unknown color: approx Biloba Flower. HEX triplet: AD, A2 and D7. RGB value is (173,162,215). Sum of RGB (Red+Green+Blue) = 173+162+215=550 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.45% from 550); Green value is 162 (63.67% from 255 or 29.45% from 550); Blue value is 215 (84.38% from 255 or 39.09% from 550); Max value from RGB is 215 - color contains mainly: blue. Hex color #ADA2D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA2D7 is #525D28. Grayscale: #ABABAB. Windows color (decimal): -5397801 or 14131885. OLE color: 14131885.

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

Color convert

RGB173162215-
CMYK0.200.2500.16
HSL252.45º39.85%73.92%-
HSV(B)252.45º24.65%84.31%-
XYZ42.4239.6369.7-
YUV171.33152.64129.19-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.45%
GREEN value IS 162 (63.67% from 255) = 29.45%
BLUE value IS 215 (84.38% from 255) = 39.09%
R=31.45%
G=29.45%
B=39.09%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1731622150.200.2500.16252.4539.8573.92
HexADA2D71419010fc284a
Octal255242327243102037450112
Binary1010110110100010110101111010011001010000111111001010001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA2D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA2D7; }

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

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

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

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

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

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

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

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