#AD9AC8

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

Shades of Biloba Flower #AD9AC8

Tints of Biloba Flower #AD9AC8

Color information

#AD9AC8 (or 0xAD9AC8) is unknown color: approx Biloba Flower. HEX triplet: AD, 9A and C8. RGB value is (173,154,200). Sum of RGB (Red+Green+Blue) = 173+154+200=527 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.83% from 527); Green value is 154 (60.55% from 255 or 29.22% from 527); Blue value is 200 (78.52% from 255 or 37.95% from 527); Max value from RGB is 200 - color contains mainly: blue. Hex color #AD9AC8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD9AC8 is #526537. Grayscale: #A4A4A4. Windows color (decimal): -5399864 or 13146797. OLE color: 13146797.

HSL color Cylindrical-coordinate representation of color #AD9AC8: hue angle of 264.78º degrees, saturation: 0.29, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AD9AC8 is Cyan = 0.14, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB173154200-
CMYK0.140.2300.22
HSL264.78º29.49%69.41%-
HSV(B)264.78º23%78.43%-
XYZ39.2136.1759.56-
YUV164.92147.79133.76-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.83%
GREEN value IS 154 (60.55% from 255) = 29.22%
BLUE value IS 200 (78.52% from 255) = 37.95%
R=32.83%
G=29.22%
B=37.95%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1731542000.140.2300.22264.7829.4969.41
HexAD9AC8E170161091d45
Octal255232310162702641135105
Binary101011011001101011001000111010111010110100001001111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9AC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9AC8; }

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

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

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

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

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

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

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

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