#AA9BC8

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

Shades of Biloba Flower #AA9BC8

Tints of Biloba Flower #AA9BC8

Color information

#AA9BC8 (or 0xAA9BC8) is unknown color: approx Biloba Flower. HEX triplet: AA, 9B and C8. RGB value is (170,155,200). Sum of RGB (Red+Green+Blue) = 170+155+200=525 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.38% from 525); Green value is 155 (60.94% from 255 or 29.52% from 525); Blue value is 200 (78.52% from 255 or 38.10% from 525); Max value from RGB is 200 - color contains mainly: blue. Hex color #AA9BC8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA9BC8 is #556437. Grayscale: #A4A4A4. Windows color (decimal): -5596216 or 13147050. OLE color: 13147050.

HSL color Cylindrical-coordinate representation of color #AA9BC8: hue angle of 260º degrees, saturation: 0.29, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AA9BC8 is Cyan = 0.15, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB170155200-
CMYK0.150.2200.22
HSL260º29.03%69.61%-
HSV(B)260º22.5%78.43%-
XYZ38.7236.1659.58-
YUV164.62147.97131.84-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.38%
GREEN value IS 155 (60.94% from 255) = 29.52%
BLUE value IS 200 (78.52% from 255) = 38.10%
R=32.38%
G=29.52%
B=38.10%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1701552000.150.2200.2226029.0369.61
HexAA9BC8F160161041d46
Octal252233310172602640435106
Binary101010101001101111001000111110110010110100000100111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9BC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9BC8; }

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

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

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

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

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

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

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

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