#AA88DA

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

Shades of Biloba Flower #AA88DA

Tints of Biloba Flower #AA88DA

Color information

#AA88DA (or 0xAA88DA) is unknown color: approx Biloba Flower. HEX triplet: AA, 88 and DA. RGB value is (170,136,218). Sum of RGB (Red+Green+Blue) = 170+136+218=524 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.44% from 524); Green value is 136 (53.52% from 255 or 25.95% from 524); Blue value is 218 (85.55% from 255 or 41.60% from 524); Max value from RGB is 218 - color contains mainly: blue. Hex color #AA88DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA88DA is #557725. Grayscale: #9B9B9B. Windows color (decimal): -5601062 or 14321834. OLE color: 14321834.

HSL color Cylindrical-coordinate representation of color #AA88DA: hue angle of 264.88º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AA88DA is Cyan = 0.22, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB170136218-
CMYK0.220.3800.15
HSL264.88º52.56%69.41%-
HSV(B)264.88º37.61%85.49%-
XYZ38.0431.2270.35-
YUV155.51163.26138.33-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.44%
GREEN value IS 136 (53.52% from 255) = 25.95%
BLUE value IS 218 (85.55% from 255) = 41.60%
R=32.44%
G=25.95%
B=41.60%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1701362180.220.3800.15264.8852.5669.41
HexAA88DA16260F1093545
Octal252210332264601741165105
Binary10101010100010001101101010110100110011111000010011101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA88DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA88DA; }

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

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

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

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

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

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

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

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