#AD9ACA

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

Shades of Biloba Flower #AD9ACA

Tints of Biloba Flower #AD9ACA

Color information

#AD9ACA (or 0xAD9ACA) is unknown color: approx Biloba Flower. HEX triplet: AD, 9A and CA. RGB value is (173,154,202). Sum of RGB (Red+Green+Blue) = 173+154+202=529 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.70% from 529); Green value is 154 (60.55% from 255 or 29.11% from 529); Blue value is 202 (79.30% from 255 or 38.19% from 529); Max value from RGB is 202 - color contains mainly: blue. Hex color #AD9ACA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD9ACA is #526535. Grayscale: #A4A4A4. Windows color (decimal): -5399862 or 13277869. OLE color: 13277869.

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

Color convert

RGB173154202-
CMYK0.140.2400.21
HSL263.75º31.17%69.8%-
HSV(B)263.75º23.76%79.22%-
XYZ39.4536.2660.8-
YUV165.15148.79133.6-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.70%
GREEN value IS 154 (60.55% from 255) = 29.11%
BLUE value IS 202 (79.30% from 255) = 38.19%
R=32.70%
G=29.11%
B=38.19%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1731542020.140.2400.21263.7531.1769.8
HexAD9ACAE180151081f46
Octal255232312163002541037106
Binary101011011001101011001010111011000010101100001000111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9ACA; }

 p { color: rgb(173,154,202); }

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

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

 a { background-color: rgb(173,154,202); }

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

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

 span { border-color: rgb(173,154,202); }

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