#ADA2E1

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

Shades of Biloba Flower #ADA2E1

Tints of Biloba Flower #ADA2E1

Color information

#ADA2E1 (or 0xADA2E1) is unknown color: approx Biloba Flower. HEX triplet: AD, A2 and E1. RGB value is (173,162,225). Sum of RGB (Red+Green+Blue) = 173+162+225=560 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.89% from 560); Green value is 162 (63.67% from 255 or 28.93% from 560); Blue value is 225 (88.28% from 255 or 40.18% from 560); Max value from RGB is 225 - color contains mainly: blue. Hex color #ADA2E1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA2E1 is #525D1E. Grayscale: #ACACAC. Windows color (decimal): -5397791 or 14787245. OLE color: 14787245.

HSL color Cylindrical-coordinate representation of color #ADA2E1: hue angle of 250.48º degrees, saturation: 0.51, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ADA2E1 is Cyan = 0.23, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB173162225-
CMYK0.230.2800.12
HSL250.48º51.22%75.88%-
HSV(B)250.48º28%88.24%-
XYZ43.7440.1676.68-
YUV172.47157.64128.38-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.89%
GREEN value IS 162 (63.67% from 255) = 28.93%
BLUE value IS 225 (88.28% from 255) = 40.18%
R=30.89%
G=28.93%
B=40.18%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1731622250.230.2800.12250.4851.2275.88
HexADA2E1171C0Cfa334c
Octal255242341273401437263114
Binary101011011010001011100001101111110001100111110101100111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA2E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA2E1; }

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

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

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

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

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

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

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

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