#AA88D1

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

Shades of Biloba Flower #AA88D1

Tints of Biloba Flower #AA88D1

Color information

#AA88D1 (or 0xAA88D1) is unknown color: approx Biloba Flower. HEX triplet: AA, 88 and D1. RGB value is (170,136,209). Sum of RGB (Red+Green+Blue) = 170+136+209=515 (68% of max value = 765). Red value is 170 (66.80% from 255 or 33.01% from 515); Green value is 136 (53.52% from 255 or 26.41% from 515); Blue value is 209 (82.03% from 255 or 40.58% from 515); Max value from RGB is 209 - color contains mainly: blue. Hex color #AA88D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA88D1 is #55772E. Grayscale: #9A9A9A. Windows color (decimal): -5601071 or 13732010. OLE color: 13732010.

HSL color Cylindrical-coordinate representation of color #AA88D1: hue angle of 267.95º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AA88D1 is Cyan = 0.19, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB170136209-
CMYK0.190.3500.18
HSL267.95º44.24%67.65%-
HSV(B)267.95º34.93%81.96%-
XYZ36.8930.7664.31-
YUV154.49158.76139.06-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.01%
GREEN value IS 136 (53.52% from 255) = 26.41%
BLUE value IS 209 (82.03% from 255) = 40.58%
R=33.01%
G=26.41%
B=40.58%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1701362090.190.3500.18267.9544.2467.65
HexAA88D1132301210c2c44
Octal252210321234302241454104
Binary101010101000100011010001100111000110100101000011001011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA88D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA88D1; }

 p { color: rgb(170,136,209); }

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

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

 a { background-color: rgb(170,136,209); }

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

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

 span { border-color: rgb(170,136,209); }

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