#AA8AD0

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

Shades of Biloba Flower #AA8AD0

Tints of Biloba Flower #AA8AD0

Color information

#AA8AD0 (or 0xAA8AD0) is unknown color: approx Biloba Flower. HEX triplet: AA, 8A and D0. RGB value is (170,138,208). Sum of RGB (Red+Green+Blue) = 170+138+208=516 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.95% from 516); Green value is 138 (54.30% from 255 or 26.74% from 516); Blue value is 208 (81.64% from 255 or 40.31% from 516); Max value from RGB is 208 - color contains mainly: blue. Hex color #AA8AD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA8AD0 is #55752F. Grayscale: #9B9B9B. Windows color (decimal): -5600560 or 13666986. OLE color: 13666986.

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

Color convert

RGB170138208-
CMYK0.180.3400.18
HSL267.43º42.68%67.84%-
HSV(B)267.43º33.65%81.57%-
XYZ37.0531.2863.76-
YUV155.55157.6138.31-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.95%
GREEN value IS 138 (54.30% from 255) = 26.74%
BLUE value IS 208 (81.64% from 255) = 40.31%
R=32.95%
G=26.74%
B=40.31%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1701382080.180.3400.18267.4342.6867.84
HexAA8AD0122201210b2b44
Octal252212320224202241353104
Binary101010101000101011010000100101000100100101000010111010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8AD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8AD0; }

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

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

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

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

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

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

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

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