#AA8BF4

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

Shades of Biloba Flower #AA8BF4

Tints of Biloba Flower #AA8BF4

Color information

#AA8BF4 (or 0xAA8BF4) is unknown color: approx Biloba Flower. HEX triplet: AA, 8B and F4. RGB value is (170,139,244). Sum of RGB (Red+Green+Blue) = 170+139+244=553 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.74% from 553); Green value is 139 (54.69% from 255 or 25.14% from 553); Blue value is 244 (95.70% from 255 or 44.12% from 553); Max value from RGB is 244 - color contains mainly: blue. Hex color #AA8BF4 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA8BF4 is #55740B. Grayscale: #9F9F9F. Windows color (decimal): -5600268 or 16026538. OLE color: 16026538.

HSL color Cylindrical-coordinate representation of color #AA8BF4: hue angle of 257.71º degrees, saturation: 0.83, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AA8BF4 is Cyan = 0.30, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB170139244-
CMYK0.300.4300.04
HSL257.71º82.68%75.1%-
HSV(B)257.71º43.03%95.69%-
XYZ42.1433.5489.84-
YUV160.24175.27134.96-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.74%
GREEN value IS 139 (54.69% from 255) = 25.14%
BLUE value IS 244 (95.70% from 255) = 44.12%
R=30.74%
G=25.14%
B=44.12%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1701392440.300.4300.04257.7182.6875.1
HexAA8BF41E2B04102534b
Octal252213364365304402123113
Binary10101010100010111111010011110101011010010000001010100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8BF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8BF4; }

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

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

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

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

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

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

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

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