#AA8DCB

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

Shades of Biloba Flower #AA8DCB

Tints of Biloba Flower #AA8DCB

Color information

#AA8DCB (or 0xAA8DCB) is unknown color: approx Biloba Flower. HEX triplet: AA, 8D and CB. RGB value is (170,141,203). Sum of RGB (Red+Green+Blue) = 170+141+203=514 (68% of max value = 765). Red value is 170 (66.80% from 255 or 33.07% from 514); Green value is 141 (55.47% from 255 or 27.43% from 514); Blue value is 203 (79.69% from 255 or 39.49% from 514); Max value from RGB is 203 - color contains mainly: blue. Hex color #AA8DCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA8DCB is #557234. Grayscale: #9C9C9C. Windows color (decimal): -5599797 or 13340074. OLE color: 13340074.

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

Color convert

RGB170141203-
CMYK0.160.3100.20
HSL268.06º37.35%67.45%-
HSV(B)268.06º30.54%79.61%-
XYZ36.8831.9160.71-
YUV156.74154.11137.46-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.07%
GREEN value IS 141 (55.47% from 255) = 27.43%
BLUE value IS 203 (79.69% from 255) = 39.49%
R=33.07%
G=27.43%
B=39.49%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1701412030.160.3100.20268.0637.3567.45
HexAA8DCB101F01410c2543
Octal252215313203702441445103
Binary10101010100011011100101110000111110101001000011001001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8DCB; }

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

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

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

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

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

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

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

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