#AA9BD8

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

Shades of Biloba Flower #AA9BD8

Tints of Biloba Flower #AA9BD8

Color information

#AA9BD8 (or 0xAA9BD8) is unknown color: approx Biloba Flower. HEX triplet: AA, 9B and D8. RGB value is (170,155,216). Sum of RGB (Red+Green+Blue) = 170+155+216=541 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.42% from 541); Green value is 155 (60.94% from 255 or 28.65% from 541); Blue value is 216 (84.77% from 255 or 39.93% from 541); Max value from RGB is 216 - color contains mainly: blue. Hex color #AA9BD8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA9BD8 is #556427. Grayscale: #A6A6A6. Windows color (decimal): -5596200 or 14195626. OLE color: 14195626.

HSL color Cylindrical-coordinate representation of color #AA9BD8: hue angle of 254.75º degrees, saturation: 0.44, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AA9BD8 is Cyan = 0.21, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB170155216-
CMYK0.210.2800.15
HSL254.75º43.88%72.75%-
HSV(B)254.75º28.24%84.71%-
XYZ40.6936.9569.95-
YUV166.44155.97130.54-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.42%
GREEN value IS 155 (60.94% from 255) = 28.65%
BLUE value IS 216 (84.77% from 255) = 39.93%
R=31.42%
G=28.65%
B=39.93%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1701552160.210.2800.15254.7543.8872.75
HexAA9BD8151C0Fff2c49
Octal252233330253401737754111
Binary101010101001101111011000101011110001111111111111011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9BD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9BD8; }

 p { color: rgb(170,155,216); }

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

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

 a { background-color: rgb(170,155,216); }

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

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

 span { border-color: rgb(170,155,216); }

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