#AA8DEB

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

Shades of Biloba Flower #AA8DEB

Tints of Biloba Flower #AA8DEB

Color information

#AA8DEB (or 0xAA8DEB) is unknown color: approx Biloba Flower. HEX triplet: AA, 8D and EB. RGB value is (170,141,235). Sum of RGB (Red+Green+Blue) = 170+141+235=546 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.14% from 546); Green value is 141 (55.47% from 255 or 25.82% from 546); Blue value is 235 (92.19% from 255 or 43.04% from 546); Max value from RGB is 235 - color contains mainly: blue. Hex color #AA8DEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA8DEB is #557214. Grayscale: #A0A0A0. Windows color (decimal): -5599765 or 15437226. OLE color: 15437226.

HSL color Cylindrical-coordinate representation of color #AA8DEB: hue angle of 258.51º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AA8DEB is Cyan = 0.28, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB170141235-
CMYK0.280.400.08
HSL258.51º70.15%73.73%-
HSV(B)258.51º40%92.16%-
XYZ41.133.5982.92-
YUV160.39170.11134.86-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.14%
GREEN value IS 141 (55.47% from 255) = 25.82%
BLUE value IS 235 (92.19% from 255) = 43.04%
R=31.14%
G=25.82%
B=43.04%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1701412350.280.400.08258.5170.1573.73
HexAA8DEB1C2808103464a
Octal2522153533450010403106112
Binary101010101000110111101011111001010000100010000001110001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8DEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8DEB; }

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

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

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

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

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

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

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

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