#AA8FFF

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

Shades of Biloba Flower #AA8FFF

Tints of Biloba Flower #AA8FFF

Color information

#AA8FFF (or 0xAA8FFF) is unknown color: approx Biloba Flower. HEX triplet: AA, 8F and FF. RGB value is (170,143,255). Sum of RGB (Red+Green+Blue) = 170+143+255=568 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.93% from 568); Green value is 143 (56.25% from 255 or 25.18% from 568); Blue value is 255 (100% from 255 or 44.89% from 568); Max value from RGB is 255 - color contains mainly: blue. Hex color #AA8FFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA8FFF is #557000. Grayscale: #A3A3A3. Windows color (decimal): -5599233 or 16748458. OLE color: 16748458.

HSL color Cylindrical-coordinate representation of color #AA8FFF: hue angle of 254.46º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AA8FFF is Cyan = 0.33, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB170143255-
CMYK0.330.4400
HSL254.46º100%78.04%-
HSV(B)254.46º43.92%100%-
XYZ44.4535.4199.1-
YUV163.84179.45132.39-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.93%
GREEN value IS 143 (56.25% from 255) = 25.18%
BLUE value IS 255 (100% from 255) = 44.89%
R=29.93%
G=25.18%
B=44.89%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1701432550.330.4400254.4610078.04
HexAA8FFF212C00fe644e
Octal252217377415400376144116
Binary101010101000111111111111100001101100001111111011001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8FFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8FFF; }

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

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

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

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

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

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

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

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