#ADA0C1

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

Shades of Biloba Flower #ADA0C1

Tints of Biloba Flower #ADA0C1

Color information

#ADA0C1 (or 0xADA0C1) is unknown color: approx Biloba Flower. HEX triplet: AD, A0 and C1. RGB value is (173,160,193). Sum of RGB (Red+Green+Blue) = 173+160+193=526 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.89% from 526); Green value is 160 (62.89% from 255 or 30.42% from 526); Blue value is 193 (75.78% from 255 or 36.69% from 526); Max value from RGB is 193 - color contains mainly: blue. Hex color #ADA0C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA0C1 is #525F3E. Grayscale: #A7A7A7. Windows color (decimal): -5398335 or 12689581. OLE color: 12689581.

HSL color Cylindrical-coordinate representation of color #ADA0C1: hue angle of 263.64º degrees, saturation: 0.21, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ADA0C1 is Cyan = 0.10, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB173160193-
CMYK0.100.1700.24
HSL263.64º21.02%69.22%-
HSV(B)263.64º17.1%75.69%-
XYZ39.4337.8855.68-
YUV167.65142.31131.82-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.89%
GREEN value IS 160 (62.89% from 255) = 30.42%
BLUE value IS 193 (75.78% from 255) = 36.69%
R=32.89%
G=30.42%
B=36.69%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1731601930.100.1700.24263.6421.0269.22
HexADA0C1A110181081545
Octal255240301122103041025105
Binary101011011010000011000001101010001011000100001000101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA0C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA0C1; }

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

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

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

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

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

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

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

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