#AA8DE4

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

Shades of Biloba Flower #AA8DE4

Tints of Biloba Flower #AA8DE4

Color information

#AA8DE4 (or 0xAA8DE4) is unknown color: approx Biloba Flower. HEX triplet: AA, 8D and E4. RGB value is (170,141,228). Sum of RGB (Red+Green+Blue) = 170+141+228=539 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.54% from 539); Green value is 141 (55.47% from 255 or 26.16% from 539); Blue value is 228 (89.45% from 255 or 42.30% from 539); Max value from RGB is 228 - color contains mainly: blue. Hex color #AA8DE4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA8DE4 is #55721B. Grayscale: #9F9F9F. Windows color (decimal): -5599772 or 14978474. OLE color: 14978474.

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

Color convert

RGB170141228-
CMYK0.250.3800.11
HSL260º61.7%72.35%-
HSV(B)260º38.16%89.41%-
XYZ40.1133.277.69-
YUV159.59166.61135.43-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.54%
GREEN value IS 141 (55.47% from 255) = 26.16%
BLUE value IS 228 (89.45% from 255) = 42.30%
R=31.54%
G=26.16%
B=42.30%

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
Decimal1701412280.250.3800.1126061.772.35
HexAA8DE419260B1043e48
Octal252215344314601340476110
Binary10101010100011011110010011001100110010111000001001111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8DE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8DE4; }

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

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

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

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

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

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

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

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