#AA8BD5

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

Shades of Biloba Flower #AA8BD5

Tints of Biloba Flower #AA8BD5

Color information

#AA8BD5 (or 0xAA8BD5) is unknown color: approx Biloba Flower. HEX triplet: AA, 8B and D5. RGB value is (170,139,213). Sum of RGB (Red+Green+Blue) = 170+139+213=522 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.57% from 522); Green value is 139 (54.69% from 255 or 26.63% from 522); Blue value is 213 (83.59% from 255 or 40.80% from 522); Max value from RGB is 213 - color contains mainly: blue. Hex color #AA8BD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA8BD5 is #55742A. Grayscale: #9C9C9C. Windows color (decimal): -5600299 or 13994922. OLE color: 13994922.

HSL color Cylindrical-coordinate representation of color #AA8BD5: hue angle of 265.14º 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 #AA8BD5 is Cyan = 0.20, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB170139213-
CMYK0.200.3500.16
HSL265.14º46.84%69.02%-
HSV(B)265.14º34.74%83.53%-
XYZ37.8231.8267.1-
YUV156.71159.77137.48-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.57%
GREEN value IS 139 (54.69% from 255) = 26.63%
BLUE value IS 213 (83.59% from 255) = 40.80%
R=32.57%
G=26.63%
B=40.80%

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
Decimal1701392130.200.3500.16265.1446.8469.02
HexAA8BD514230101092f45
Octal252213325244302041157105
Binary101010101000101111010101101001000110100001000010011011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8BD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8BD5; }

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

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

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

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

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

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

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

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