#AA8DE2

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

Shades of Biloba Flower #AA8DE2

Tints of Biloba Flower #AA8DE2

Color information

#AA8DE2 (or 0xAA8DE2) is unknown color: approx Biloba Flower. HEX triplet: AA, 8D and E2. RGB value is (170,141,226). Sum of RGB (Red+Green+Blue) = 170+141+226=537 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.66% from 537); Green value is 141 (55.47% from 255 or 26.26% from 537); Blue value is 226 (88.67% from 255 or 42.09% from 537); Max value from RGB is 226 - color contains mainly: blue. Hex color #AA8DE2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA8DE2 is #55721D. Grayscale: #9F9F9F. Windows color (decimal): -5599774 or 14847402. OLE color: 14847402.

HSL color Cylindrical-coordinate representation of color #AA8DE2: hue angle of 260.47º degrees, saturation: 0.59, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AA8DE2 is Cyan = 0.25, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB170141226-
CMYK0.250.3800.11
HSL260.47º59.44%71.96%-
HSV(B)260.47º37.61%88.63%-
XYZ39.8333.0976.24-
YUV159.36165.61135.59-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.66%
GREEN value IS 141 (55.47% from 255) = 26.26%
BLUE value IS 226 (88.67% from 255) = 42.09%
R=31.66%
G=26.26%
B=42.09%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1701412260.250.3800.11260.4759.4471.96
HexAA8DE219260B1043b48
Octal252215342314601340473110
Binary10101010100011011110001011001100110010111000001001110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8DE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8DE2; }

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

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

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

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

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

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

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

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