#AA8DEC

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

Shades of Biloba Flower #AA8DEC

Tints of Biloba Flower #AA8DEC

Color information

#AA8DEC (or 0xAA8DEC) is unknown color: approx Biloba Flower. HEX triplet: AA, 8D and EC. RGB value is (170,141,236). Sum of RGB (Red+Green+Blue) = 170+141+236=547 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.08% from 547); Green value is 141 (55.47% from 255 or 25.78% from 547); Blue value is 236 (92.58% from 255 or 43.14% from 547); Max value from RGB is 236 - color contains mainly: blue. Hex color #AA8DEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA8DEC is #557213. Grayscale: #A0A0A0. Windows color (decimal): -5599764 or 15502762. OLE color: 15502762.

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

Color convert

RGB170141236-
CMYK0.280.4000.07
HSL258.32º71.43%73.92%-
HSV(B)258.32º40.25%92.55%-
XYZ41.2433.6583.68-
YUV160.5170.61134.78-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.08%
GREEN value IS 141 (55.47% from 255) = 25.78%
BLUE value IS 236 (92.58% from 255) = 43.14%
R=31.08%
G=25.78%
B=43.14%

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
Decimal1701412360.280.4000.07258.3271.4373.92
HexAA8DEC1C2807102474a
Octal252215354345007402107112
Binary10101010100011011110110011100101000011110000001010001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8DEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8DEC; }

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

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

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

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

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

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

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

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