#AA9BCD

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

Shades of Biloba Flower #AA9BCD

Tints of Biloba Flower #AA9BCD

Color information

#AA9BCD (or 0xAA9BCD) is unknown color: approx Biloba Flower. HEX triplet: AA, 9B and CD. RGB value is (170,155,205). Sum of RGB (Red+Green+Blue) = 170+155+205=530 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.08% from 530); Green value is 155 (60.94% from 255 or 29.25% from 530); Blue value is 205 (80.47% from 255 or 38.68% from 530); Max value from RGB is 205 - color contains mainly: blue. Hex color #AA9BCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA9BCD is #556432. Grayscale: #A5A5A5. Windows color (decimal): -5596211 or 13474730. OLE color: 13474730.

HSL color Cylindrical-coordinate representation of color #AA9BCD: hue angle of 258º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AA9BCD is Cyan = 0.17, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB170155205-
CMYK0.170.2400.20
HSL258º33.33%70.59%-
HSV(B)258º24.39%80.39%-
XYZ39.3236.462.71-
YUV165.18150.47131.43-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.08%
GREEN value IS 155 (60.94% from 255) = 29.25%
BLUE value IS 205 (80.47% from 255) = 38.68%
R=32.08%
G=29.25%
B=38.68%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1701552050.170.2400.2025833.3370.59
HexAA9BCD11180141022147
Octal252233315213002440241107
Binary10101010100110111100110110001110000101001000000101000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9BCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9BCD; }

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

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

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

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

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

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

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

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