#ADA2CE

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

Shades of Biloba Flower #ADA2CE

Tints of Biloba Flower #ADA2CE

Color information

#ADA2CE (or 0xADA2CE) is unknown color: approx Biloba Flower. HEX triplet: AD, A2 and CE. RGB value is (173,162,206). Sum of RGB (Red+Green+Blue) = 173+162+206=541 (71% of max value = 765). Red value is 173 (67.97% from 255 or 31.98% from 541); Green value is 162 (63.67% from 255 or 29.94% from 541); Blue value is 206 (80.86% from 255 or 38.08% from 541); Max value from RGB is 206 - color contains mainly: blue. Hex color #ADA2CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA2CE is #525D31. Grayscale: #AAAAAA. Windows color (decimal): -5397810 or 13542061. OLE color: 13542061.

HSL color Cylindrical-coordinate representation of color #ADA2CE: hue angle of 255º degrees, saturation: 0.31, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ADA2CE is Cyan = 0.16, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB173162206-
CMYK0.160.2100.19
HSL255º30.99%72.16%-
HSV(B)255º21.36%80.78%-
XYZ41.2939.1863.78-
YUV170.3148.14129.92-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.98%
GREEN value IS 162 (63.67% from 255) = 29.94%
BLUE value IS 206 (80.86% from 255) = 38.08%
R=31.98%
G=29.94%
B=38.08%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1731622060.160.2100.1925530.9972.16
HexADA2CE1015013ff1f48
Octal255242316202502337737110
Binary101011011010001011001110100001010101001111111111111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA2CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA2CE; }

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

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

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

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

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

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

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

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