#AA8FCB

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

Shades of Biloba Flower #AA8FCB

Tints of Biloba Flower #AA8FCB

Color information

#AA8FCB (or 0xAA8FCB) is unknown color: approx Biloba Flower. HEX triplet: AA, 8F and CB. RGB value is (170,143,203). Sum of RGB (Red+Green+Blue) = 170+143+203=516 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.95% from 516); Green value is 143 (56.25% from 255 or 27.71% from 516); Blue value is 203 (79.69% from 255 or 39.34% from 516); Max value from RGB is 203 - color contains mainly: blue. Hex color #AA8FCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA8FCB is #557034. Grayscale: #9D9D9D. Windows color (decimal): -5599285 or 13340586. OLE color: 13340586.

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

Color convert

RGB170143203-
CMYK0.160.3000.20
HSL267º36.59%67.84%-
HSV(B)267º29.56%79.61%-
XYZ37.1832.560.81-
YUV157.91153.45136.62-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.95%
GREEN value IS 143 (56.25% from 255) = 27.71%
BLUE value IS 203 (79.69% from 255) = 39.34%
R=32.95%
G=27.71%
B=39.34%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1701432030.160.3000.2026736.5967.84
HexAA8FCB101E01410b2544
Octal252217313203602441345104
Binary10101010100011111100101110000111100101001000010111001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8FCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8FCB; }

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

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

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

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

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

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

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

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