#AA8CCB

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

Shades of Biloba Flower #AA8CCB

Tints of Biloba Flower #AA8CCB

Color information

#AA8CCB (or 0xAA8CCB) is unknown color: approx Biloba Flower. HEX triplet: AA, 8C and CB. RGB value is (170,140,203). Sum of RGB (Red+Green+Blue) = 170+140+203=513 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.14% from 513); Green value is 140 (55.08% from 255 or 27.29% from 513); Blue value is 203 (79.69% from 255 or 39.57% from 513); Max value from RGB is 203 - color contains mainly: blue. Hex color #AA8CCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA8CCB is #557334. Grayscale: #9B9B9B. Windows color (decimal): -5600053 or 13339818. OLE color: 13339818.

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

Color convert

RGB170140203-
CMYK0.160.3100.20
HSL268.57º37.72%67.25%-
HSV(B)268.57º31.03%79.61%-
XYZ36.7431.6160.67-
YUV156.15154.44137.88-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.14%
GREEN value IS 140 (55.08% from 255) = 27.29%
BLUE value IS 203 (79.69% from 255) = 39.57%
R=33.14%
G=27.29%
B=39.57%

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
Decimal1701402030.160.3100.20268.5737.7267.25
HexAA8CCB101F01410d2643
Octal252214313203702441546103
Binary10101010100011001100101110000111110101001000011011001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8CCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8CCB; }

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

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

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

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

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

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

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

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