#AA8FF8

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

Shades of Biloba Flower #AA8FF8

Tints of Biloba Flower #AA8FF8

Color information

#AA8FF8 (or 0xAA8FF8) is unknown color: approx Biloba Flower. HEX triplet: AA, 8F and F8. RGB value is (170,143,248). Sum of RGB (Red+Green+Blue) = 170+143+248=561 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.30% from 561); Green value is 143 (56.25% from 255 or 25.49% from 561); Blue value is 248 (97.27% from 255 or 44.21% from 561); Max value from RGB is 248 - color contains mainly: blue. Hex color #AA8FF8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA8FF8 is #557007. Grayscale: #A2A2A2. Windows color (decimal): -5599240 or 16289706. OLE color: 16289706.

HSL color Cylindrical-coordinate representation of color #AA8FF8: hue angle of 255.43º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AA8FF8 is Cyan = 0.31, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB170143248-
CMYK0.310.4200.03
HSL255.43º88.24%76.67%-
HSV(B)255.43º42.34%97.25%-
XYZ43.3434.9793.27-
YUV163.04175.95132.96-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.30%
GREEN value IS 143 (56.25% from 255) = 25.49%
BLUE value IS 248 (97.27% from 255) = 44.21%
R=30.30%
G=25.49%
B=44.21%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1701432480.310.4200.03255.4388.2476.67
HexAA8FF81F2A03ff584d
Octal252217370375203377130115
Binary101010101000111111111000111111010100111111111110110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8FF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8FF8; }

 p { color: rgb(170,143,248); }

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

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

 a { background-color: rgb(170,143,248); }

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

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

 span { border-color: rgb(170,143,248); }

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