#AA8CF1

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

Shades of Biloba Flower #AA8CF1

Tints of Biloba Flower #AA8CF1

Color information

#AA8CF1 (or 0xAA8CF1) is unknown color: approx Biloba Flower. HEX triplet: AA, 8C and F1. RGB value is (170,140,241). Sum of RGB (Red+Green+Blue) = 170+140+241=551 (72% of max value = 765). Red value is 170 (66.80% from 255 or 30.85% from 551); Green value is 140 (55.08% from 255 or 25.41% from 551); Blue value is 241 (94.53% from 255 or 43.74% from 551); Max value from RGB is 241 - color contains mainly: blue. Hex color #AA8CF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA8CF1 is #55730E. Grayscale: #A0A0A0. Windows color (decimal): -5600015 or 15830186. OLE color: 15830186.

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

Color convert

RGB170140241-
CMYK0.290.4200.05
HSL257.82º78.29%74.71%-
HSV(B)257.82º41.91%94.51%-
XYZ41.8333.6587.51-
YUV160.48173.44134.79-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.85%
GREEN value IS 140 (55.08% from 255) = 25.41%
BLUE value IS 241 (94.53% from 255) = 43.74%
R=30.85%
G=25.41%
B=43.74%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1701402410.290.4200.05257.8278.2974.71
HexAA8CF11D2A051024e4b
Octal252214361355205402116113
Binary10101010100011001111000111101101010010110000001010011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8CF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8CF1; }

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

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

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

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

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

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

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

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