#AD9AE2

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

Shades of Biloba Flower #AD9AE2

Tints of Biloba Flower #AD9AE2

Color information

#AD9AE2 (or 0xAD9AE2) is unknown color: approx Biloba Flower. HEX triplet: AD, 9A and E2. RGB value is (173,154,226). Sum of RGB (Red+Green+Blue) = 173+154+226=553 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.28% from 553); Green value is 154 (60.55% from 255 or 27.85% from 553); Blue value is 226 (88.67% from 255 or 40.87% from 553); Max value from RGB is 226 - color contains mainly: blue. Hex color #AD9AE2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD9AE2 is #52651D. Grayscale: #A7A7A7. Windows color (decimal): -5399838 or 14850733. OLE color: 14850733.

HSL color Cylindrical-coordinate representation of color #AD9AE2: hue angle of 255.83º degrees, saturation: 0.55, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AD9AE2 is Cyan = 0.23, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB173154226-
CMYK0.230.3200.11
HSL255.83º55.38%74.51%-
HSV(B)255.83º31.86%88.63%-
XYZ42.5237.4976.95-
YUV167.89160.79131.65-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.28%
GREEN value IS 154 (60.55% from 255) = 27.85%
BLUE value IS 226 (88.67% from 255) = 40.87%
R=31.28%
G=27.85%
B=40.87%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1731542260.230.3200.11255.8355.3874.51
HexAD9AE217200B100374b
Octal255232342274001340067113
Binary10101101100110101110001010111100000010111000000001101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9AE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9AE2; }

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

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

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

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

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

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

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

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