#AA8DE3

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

Shades of Biloba Flower #AA8DE3

Tints of Biloba Flower #AA8DE3

Color information

#AA8DE3 (or 0xAA8DE3) is unknown color: approx Biloba Flower. HEX triplet: AA, 8D and E3. RGB value is (170,141,227). Sum of RGB (Red+Green+Blue) = 170+141+227=538 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.60% from 538); Green value is 141 (55.47% from 255 or 26.21% from 538); Blue value is 227 (89.06% from 255 or 42.19% from 538); Max value from RGB is 227 - color contains mainly: blue. Hex color #AA8DE3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA8DE3 is #55721C. Grayscale: #9F9F9F. Windows color (decimal): -5599773 or 14912938. OLE color: 14912938.

HSL color Cylindrical-coordinate representation of color #AA8DE3: hue angle of 260.23º degrees, saturation: 0.61, 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 #AA8DE3 is Cyan = 0.25, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB170141227-
CMYK0.250.3800.11
HSL260.23º60.56%72.16%-
HSV(B)260.23º37.89%89.02%-
XYZ39.9733.1476.96-
YUV159.47166.11135.51-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.60%
GREEN value IS 141 (55.47% from 255) = 26.21%
BLUE value IS 227 (89.06% from 255) = 42.19%
R=31.60%
G=26.21%
B=42.19%

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
Decimal1701412270.250.3800.11260.2360.5672.16
HexAA8DE319260B1043d48
Octal252215343314601340475110
Binary10101010100011011110001111001100110010111000001001111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8DE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8DE3; }

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

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

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

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

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

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

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

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