#AA88D0

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

Shades of Biloba Flower #AA88D0

Tints of Biloba Flower #AA88D0

Color information

#AA88D0 (or 0xAA88D0) is unknown color: approx Biloba Flower. HEX triplet: AA, 88 and D0. RGB value is (170,136,208). Sum of RGB (Red+Green+Blue) = 170+136+208=514 (68% of max value = 765). Red value is 170 (66.80% from 255 or 33.07% from 514); Green value is 136 (53.52% from 255 or 26.46% from 514); Blue value is 208 (81.64% from 255 or 40.47% from 514); Max value from RGB is 208 - color contains mainly: blue. Hex color #AA88D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA88D0 is #55772F. Grayscale: #9A9A9A. Windows color (decimal): -5601072 or 13666474. OLE color: 13666474.

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

Color convert

RGB170136208-
CMYK0.180.3500.18
HSL268.33º43.37%67.45%-
HSV(B)268.33º34.62%81.57%-
XYZ36.7730.7163.66-
YUV154.37158.26139.15-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.07%
GREEN value IS 136 (53.52% from 255) = 26.46%
BLUE value IS 208 (81.64% from 255) = 40.47%
R=33.07%
G=26.46%
B=40.47%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1701362080.180.3500.18268.3343.3767.45
HexAA88D0122301210c2b43
Octal252210320224302241453103
Binary101010101000100011010000100101000110100101000011001010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA88D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA88D0; }

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

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

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

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

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

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

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

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