#AD9AC4

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

Shades of Biloba Flower #AD9AC4

Tints of Biloba Flower #AD9AC4

Color information

#AD9AC4 (or 0xAD9AC4) is unknown color: approx Biloba Flower. HEX triplet: AD, 9A and C4. RGB value is (173,154,196). Sum of RGB (Red+Green+Blue) = 173+154+196=523 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.08% from 523); Green value is 154 (60.55% from 255 or 29.45% from 523); Blue value is 196 (76.95% from 255 or 37.48% from 523); Max value from RGB is 196 - color contains mainly: blue. Hex color #AD9AC4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD9AC4 is #52653B. Grayscale: #A4A4A4. Windows color (decimal): -5399868 or 12884653. OLE color: 12884653.

HSL color Cylindrical-coordinate representation of color #AD9AC4: hue angle of 267.14º degrees, saturation: 0.26, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AD9AC4 is Cyan = 0.12, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB173154196-
CMYK0.120.2100.23
HSL267.14º26.25%68.63%-
HSV(B)267.14º21.43%76.86%-
XYZ38.7535.9857.13-
YUV164.47145.79134.08-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.08%
GREEN value IS 154 (60.55% from 255) = 29.45%
BLUE value IS 196 (76.95% from 255) = 37.48%
R=33.08%
G=29.45%
B=37.48%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1731541960.120.2100.23267.1426.2568.63
HexAD9AC4C1501710b1a45
Octal255232304142502741332105
Binary101011011001101011000100110010101010111100001011110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9AC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9AC4; }

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

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

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

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

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

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

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

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