#ADA3C3

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

Shades of Biloba Flower #ADA3C3

Tints of Biloba Flower #ADA3C3

Color information

#ADA3C3 (or 0xADA3C3) is unknown color: approx Biloba Flower. HEX triplet: AD, A3 and C3. RGB value is (173,163,195). Sum of RGB (Red+Green+Blue) = 173+163+195=531 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.58% from 531); Green value is 163 (64.06% from 255 or 30.70% from 531); Blue value is 195 (76.56% from 255 or 36.72% from 531); Max value from RGB is 195 - color contains mainly: blue. Hex color #ADA3C3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA3C3 is #525C3C. Grayscale: #A9A9A9. Windows color (decimal): -5397565 or 12821421. OLE color: 12821421.

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

Color convert

RGB173163195-
CMYK0.110.1600.24
HSL258.75º21.05%70.2%-
HSV(B)258.75º16.41%76.47%-
XYZ40.1839.0257.04-
YUV169.64142.31130.4-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.58%
GREEN value IS 163 (64.06% from 255) = 30.70%
BLUE value IS 195 (76.56% from 255) = 36.72%
R=32.58%
G=30.70%
B=36.72%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1731631950.110.1600.24258.7521.0570.2
HexADA3C3B100181031546
Octal255243303132003040325106
Binary101011011010001111000011101110000011000100000011101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA3C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA3C3; }

 p { color: rgb(173,163,195); }

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

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

 a { background-color: rgb(173,163,195); }

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

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

 span { border-color: rgb(173,163,195); }

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