#ADA0CB

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

Shades of Biloba Flower #ADA0CB

Tints of Biloba Flower #ADA0CB

Color information

#ADA0CB (or 0xADA0CB) is unknown color: approx Biloba Flower. HEX triplet: AD, A0 and CB. RGB value is (173,160,203). Sum of RGB (Red+Green+Blue) = 173+160+203=536 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.28% from 536); Green value is 160 (62.89% from 255 or 29.85% from 536); Blue value is 203 (79.69% from 255 or 37.87% from 536); Max value from RGB is 203 - color contains mainly: blue. Hex color #ADA0CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA0CB is #525F34. Grayscale: #A8A8A8. Windows color (decimal): -5398325 or 13344941. OLE color: 13344941.

HSL color Cylindrical-coordinate representation of color #ADA0CB: hue angle of 258.14º degrees, saturation: 0.29, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ADA0CB is Cyan = 0.15, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB173160203-
CMYK0.150.2100.20
HSL258.14º29.25%71.18%-
HSV(B)258.14º21.18%79.61%-
XYZ40.5838.3461.76-
YUV168.79147.31131-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.28%
GREEN value IS 160 (62.89% from 255) = 29.85%
BLUE value IS 203 (79.69% from 255) = 37.87%
R=32.28%
G=29.85%
B=37.87%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1731602030.150.2100.20258.1429.2571.18
HexADA0CBF150141021d47
Octal255240313172502440235107
Binary101011011010000011001011111110101010100100000010111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA0CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA0CB; }

 p { color: rgb(173,160,203); }

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

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

 a { background-color: rgb(173,160,203); }

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

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

 span { border-color: rgb(173,160,203); }

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