#AA8DF1

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

Shades of Biloba Flower #AA8DF1

Tints of Biloba Flower #AA8DF1

Color information

#AA8DF1 (or 0xAA8DF1) is unknown color: approx Biloba Flower. HEX triplet: AA, 8D and F1. RGB value is (170,141,241). Sum of RGB (Red+Green+Blue) = 170+141+241=552 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.80% from 552); Green value is 141 (55.47% from 255 or 25.54% from 552); Blue value is 241 (94.53% from 255 or 43.66% from 552); Max value from RGB is 241 - color contains mainly: blue. Hex color #AA8DF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA8DF1 is #55720E. Grayscale: #A0A0A0. Windows color (decimal): -5599759 or 15830442. OLE color: 15830442.

HSL color Cylindrical-coordinate representation of color #AA8DF1: hue angle of 257.4º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AA8DF1 is Cyan = 0.29, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB170141241-
CMYK0.290.4100.05
HSL257.4º78.12%74.9%-
HSV(B)257.4º41.49%94.51%-
XYZ41.9833.9587.56-
YUV161.07173.11134.37-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.80%
GREEN value IS 141 (55.47% from 255) = 25.54%
BLUE value IS 241 (94.53% from 255) = 43.66%
R=30.80%
G=25.54%
B=43.66%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1701412410.290.4100.05257.478.1274.9
HexAA8DF11D29051014e4b
Octal252215361355105401116113
Binary10101010100011011111000111101101001010110000000110011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8DF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8DF1; }

 p { color: rgb(170,141,241); }

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

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

 a { background-color: rgb(170,141,241); }

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

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

 span { border-color: rgb(170,141,241); }

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