#AA9FD1

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

Shades of Biloba Flower #AA9FD1

Tints of Biloba Flower #AA9FD1

Color information

#AA9FD1 (or 0xAA9FD1) is unknown color: approx Biloba Flower. HEX triplet: AA, 9F and D1. RGB value is (170,159,209). Sum of RGB (Red+Green+Blue) = 170+159+209=538 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.60% from 538); Green value is 159 (62.5% from 255 or 29.55% from 538); Blue value is 209 (82.03% from 255 or 38.85% from 538); Max value from RGB is 209 - color contains mainly: blue. Hex color #AA9FD1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA9FD1 is #55602E. Grayscale: #A7A7A7. Windows color (decimal): -5595183 or 13737898. OLE color: 13737898.

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

Color convert

RGB170159209-
CMYK0.190.2400.18
HSL253.2º35.21%72.16%-
HSV(B)253.2º23.92%81.96%-
XYZ40.4837.9565.51-
YUV167.99151.14129.43-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.60%
GREEN value IS 159 (62.5% from 255) = 29.55%
BLUE value IS 209 (82.03% from 255) = 38.85%
R=31.60%
G=29.55%
B=38.85%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1701592090.190.2400.18253.235.2172.16
HexAA9FD11318012fd2348
Octal252237321233002237543110
Binary1010101010011111110100011001111000010010111111011000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9FD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9FD1; }

 p { color: rgb(170,159,209); }

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

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

 a { background-color: rgb(170,159,209); }

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

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

 span { border-color: rgb(170,159,209); }

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