#AA8AD5

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

Shades of Biloba Flower #AA8AD5

Tints of Biloba Flower #AA8AD5

Color information

#AA8AD5 (or 0xAA8AD5) is unknown color: approx Biloba Flower. HEX triplet: AA, 8A and D5. RGB value is (170,138,213). Sum of RGB (Red+Green+Blue) = 170+138+213=521 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.63% from 521); Green value is 138 (54.30% from 255 or 26.49% from 521); Blue value is 213 (83.59% from 255 or 40.88% from 521); Max value from RGB is 213 - color contains mainly: blue. Hex color #AA8AD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA8AD5 is #55752A. Grayscale: #9B9B9B. Windows color (decimal): -5600555 or 13994666. OLE color: 13994666.

HSL color Cylindrical-coordinate representation of color #AA8AD5: hue angle of 265.6º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AA8AD5 is Cyan = 0.20, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB170138213-
CMYK0.200.3500.16
HSL265.6º47.17%68.82%-
HSV(B)265.6º35.21%83.53%-
XYZ37.6831.5367.05-
YUV156.12160.1137.9-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.63%
GREEN value IS 138 (54.30% from 255) = 26.49%
BLUE value IS 213 (83.59% from 255) = 40.88%
R=32.63%
G=26.49%
B=40.88%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1701382130.200.3500.16265.647.1768.82
HexAA8AD5142301010a2f45
Octal252212325244302041257105
Binary101010101000101011010101101001000110100001000010101011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8AD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8AD5; }

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

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

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

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

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

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

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

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