#AA8BCC

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

Shades of Biloba Flower #AA8BCC

Tints of Biloba Flower #AA8BCC

Color information

#AA8BCC (or 0xAA8BCC) is unknown color: approx Biloba Flower. HEX triplet: AA, 8B and CC. RGB value is (170,139,204). Sum of RGB (Red+Green+Blue) = 170+139+204=513 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.14% from 513); Green value is 139 (54.69% from 255 or 27.10% from 513); Blue value is 204 (80.08% from 255 or 39.77% from 513); Max value from RGB is 204 - color contains mainly: blue. Hex color #AA8BCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA8BCC is #557433. Grayscale: #9B9B9B. Windows color (decimal): -5600308 or 13405098. OLE color: 13405098.

HSL color Cylindrical-coordinate representation of color #AA8BCC: hue angle of 268.62º degrees, saturation: 0.39, 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 #AA8BCC is Cyan = 0.17, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB170139204-
CMYK0.170.3200.2
HSL268.62º38.92%67.25%-
HSV(B)268.62º31.86%80%-
XYZ36.7131.3761.25-
YUV155.68155.27138.21-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.14%
GREEN value IS 139 (54.69% from 255) = 27.10%
BLUE value IS 204 (80.08% from 255) = 39.77%
R=33.14%
G=27.10%
B=39.77%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1701392040.170.3200.2268.6238.9267.25
HexAA8BCC112001410d2743
Octal252213314214002441547103
Binary101010101000101111001100100011000000101001000011011001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8BCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8BCC; }

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

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

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

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

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

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

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

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