#AA9ACB

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

Shades of Biloba Flower #AA9ACB

Tints of Biloba Flower #AA9ACB

Color information

#AA9ACB (or 0xAA9ACB) is unknown color: approx Biloba Flower. HEX triplet: AA, 9A and CB. RGB value is (170,154,203). Sum of RGB (Red+Green+Blue) = 170+154+203=527 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.26% from 527); Green value is 154 (60.55% from 255 or 29.22% from 527); Blue value is 203 (79.69% from 255 or 38.52% from 527); Max value from RGB is 203 - color contains mainly: blue. Hex color #AA9ACB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA9ACB is #556534. Grayscale: #A4A4A4. Windows color (decimal): -5596469 or 13343402. OLE color: 13343402.

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

Color convert

RGB170154203-
CMYK0.160.2400.20
HSL259.59º32.03%70%-
HSV(B)259.59º24.14%79.61%-
XYZ38.9135.9761.39-
YUV164.37149.8132.02-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.26%
GREEN value IS 154 (60.55% from 255) = 29.22%
BLUE value IS 203 (79.69% from 255) = 38.52%
R=32.26%
G=29.22%
B=38.52%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1701542030.160.2400.20259.5932.0370
HexAA9ACB10180141042046
Octal252232313203002440440106
Binary10101010100110101100101110000110000101001000001001000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9ACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9ACB; }

 p { color: rgb(170,154,203); }

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

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

 a { background-color: rgb(170,154,203); }

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

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

 span { border-color: rgb(170,154,203); }

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