#AA8BCB

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

Shades of Biloba Flower #AA8BCB

Tints of Biloba Flower #AA8BCB

Color information

#AA8BCB (or 0xAA8BCB) is unknown color: approx Biloba Flower. HEX triplet: AA, 8B and CB. RGB value is (170,139,203). Sum of RGB (Red+Green+Blue) = 170+139+203=512 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.20% from 512); Green value is 139 (54.69% from 255 or 27.15% from 512); Blue value is 203 (79.69% from 255 or 39.65% from 512); Max value from RGB is 203 - color contains mainly: blue. Hex color #AA8BCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA8BCB is #557434. Grayscale: #9B9B9B. Windows color (decimal): -5600309 or 13339562. OLE color: 13339562.

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

Color convert

RGB170139203-
CMYK0.160.3200.20
HSL269.06º38.1%67.06%-
HSV(B)269.06º31.53%79.61%-
XYZ36.5931.3260.62-
YUV155.56154.77138.3-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.20%
GREEN value IS 139 (54.69% from 255) = 27.15%
BLUE value IS 203 (79.69% from 255) = 39.65%
R=33.20%
G=27.15%
B=39.65%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1701392030.160.3200.20269.0638.167.06
HexAA8BCB102001410d2643
Octal252213313204002441546103
Binary101010101000101111001011100001000000101001000011011001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8BCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8BCB; }

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

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

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

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

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

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

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

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