#AA9BCB

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

Shades of Biloba Flower #AA9BCB

Tints of Biloba Flower #AA9BCB

Color information

#AA9BCB (or 0xAA9BCB) is unknown color: approx Biloba Flower. HEX triplet: AA, 9B and CB. RGB value is (170,155,203). Sum of RGB (Red+Green+Blue) = 170+155+203=528 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.20% from 528); Green value is 155 (60.94% from 255 or 29.36% from 528); Blue value is 203 (79.69% from 255 or 38.45% from 528); Max value from RGB is 203 - color contains mainly: blue. Hex color #AA9BCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA9BCB is #556434. Grayscale: #A4A4A4. Windows color (decimal): -5596213 or 13343658. OLE color: 13343658.

HSL color Cylindrical-coordinate representation of color #AA9BCB: hue angle of 258.75º 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 #AA9BCB is Cyan = 0.16, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB170155203-
CMYK0.160.2400.20
HSL258.75º31.58%70.2%-
HSV(B)258.75º23.65%79.61%-
XYZ39.0836.361.45-
YUV164.96149.47131.6-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.20%
GREEN value IS 155 (60.94% from 255) = 29.36%
BLUE value IS 203 (79.69% from 255) = 38.45%
R=32.20%
G=29.36%
B=38.45%

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
Decimal1701552030.160.2400.20258.7531.5870.2
HexAA9BCB10180141032046
Octal252233313203002440340106
Binary10101010100110111100101110000110000101001000000111000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9BCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9BCB; }

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

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

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

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

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

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

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

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