#ADA5C3

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

Shades of Biloba Flower #ADA5C3

Tints of Biloba Flower #ADA5C3

Color information

#ADA5C3 (or 0xADA5C3) is unknown color: approx Biloba Flower. HEX triplet: AD, A5 and C3. RGB value is (173,165,195). Sum of RGB (Red+Green+Blue) = 173+165+195=533 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.46% from 533); Green value is 165 (64.84% from 255 or 30.96% from 533); Blue value is 195 (76.56% from 255 or 36.59% from 533); Max value from RGB is 195 - color contains mainly: blue. Hex color #ADA5C3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA5C3 is #525A3C. Grayscale: #AAAAAA. Windows color (decimal): -5397053 or 12821933. OLE color: 12821933.

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

Color convert

RGB173165195-
CMYK0.110.1500.24
HSL256º20%70.59%-
HSV(B)256º15.38%76.47%-
XYZ40.5439.7357.16-
YUV170.81141.65129.56-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.46%
GREEN value IS 165 (64.84% from 255) = 30.96%
BLUE value IS 195 (76.56% from 255) = 36.59%
R=32.46%
G=30.96%
B=36.59%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1731651950.110.1500.242562070.59
HexADA5C3BF0181001447
Octal255245303131703040024107
Binary10101101101001011100001110111111011000100000000101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA5C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA5C3; }

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

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

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

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

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

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

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

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