#AA8DFF

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

Shades of Biloba Flower #AA8DFF

Tints of Biloba Flower #AA8DFF

Color information

#AA8DFF (or 0xAA8DFF) is unknown color: approx Biloba Flower. HEX triplet: AA, 8D and FF. RGB value is (170,141,255). Sum of RGB (Red+Green+Blue) = 170+141+255=566 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.04% from 566); Green value is 141 (55.47% from 255 or 24.91% from 566); Blue value is 255 (100% from 255 or 45.05% from 566); Max value from RGB is 255 - color contains mainly: blue. Hex color #AA8DFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA8DFF is #557200. Grayscale: #A2A2A2. Windows color (decimal): -5599745 or 16747946. OLE color: 16747946.

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

Color convert

RGB170141255-
CMYK0.330.4500
HSL255.26º100%77.65%-
HSV(B)255.26º44.71%100%-
XYZ44.1534.8299-
YUV162.67180.11133.23-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.04%
GREEN value IS 141 (55.47% from 255) = 24.91%
BLUE value IS 255 (100% from 255) = 45.05%
R=30.04%
G=24.91%
B=45.05%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1701412550.330.4500255.2610077.65
HexAA8DFF212D00ff644e
Octal252215377415500377144116
Binary101010101000110111111111100001101101001111111111001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8DFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8DFF; }

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

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

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

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

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

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

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

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