#AA8FED

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

Shades of Biloba Flower #AA8FED

Tints of Biloba Flower #AA8FED

Color information

#AA8FED (or 0xAA8FED) is unknown color: approx Biloba Flower. HEX triplet: AA, 8F and ED. RGB value is (170,143,237). Sum of RGB (Red+Green+Blue) = 170+143+237=550 (72% of max value = 765). Red value is 170 (66.80% from 255 or 30.91% from 550); Green value is 143 (56.25% from 255 or 26% from 550); Blue value is 237 (92.97% from 255 or 43.09% from 550); Max value from RGB is 237 - color contains mainly: blue. Hex color #AA8FED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA8FED is #557012. Grayscale: #A1A1A1. Windows color (decimal): -5599251 or 15568810. OLE color: 15568810.

HSL color Cylindrical-coordinate representation of color #AA8FED: hue angle of 257.23º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AA8FED is Cyan = 0.28, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB170143237-
CMYK0.280.4000.07
HSL257.23º72.31%74.51%-
HSV(B)257.23º39.66%92.94%-
XYZ41.6934.3184.55-
YUV161.79170.45133.86-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.91%
GREEN value IS 143 (56.25% from 255) = 26%
BLUE value IS 237 (92.97% from 255) = 43.09%
R=30.91%
G=26%
B=43.09%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1701432370.280.4000.07257.2372.3174.51
HexAA8FED1C2807101484b
Octal252217355345007401110113
Binary10101010100011111110110111100101000011110000000110010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8FED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8FED; }

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

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

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

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

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

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

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

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