#AA95EA

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

Shades of Biloba Flower #AA95EA

Tints of Biloba Flower #AA95EA

Color information

#AA95EA (or 0xAA95EA) is unknown color: approx Biloba Flower. HEX triplet: AA, 95 and EA. RGB value is (170,149,234). Sum of RGB (Red+Green+Blue) = 170+149+234=553 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.74% from 553); Green value is 149 (58.59% from 255 or 26.94% from 553); Blue value is 234 (91.80% from 255 or 42.31% from 553); Max value from RGB is 234 - color contains mainly: blue. Hex color #AA95EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA95EA is #556A15. Grayscale: #A4A4A4. Windows color (decimal): -5597718 or 15373738. OLE color: 15373738.

HSL color Cylindrical-coordinate representation of color #AA95EA: hue angle of 254.82º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AA95EA is Cyan = 0.27, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB170149234-
CMYK0.270.3600.08
HSL254.82º66.93%75.1%-
HSV(B)254.82º36.32%91.76%-
XYZ42.1835.9882.56-
YUV164.97166.96131.59-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.74%
GREEN value IS 149 (58.59% from 255) = 26.94%
BLUE value IS 234 (91.80% from 255) = 42.31%
R=30.74%
G=26.94%
B=42.31%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1701492340.270.3600.08254.8266.9375.1
HexAA95EA1B2408ff434b
Octal2522253523344010377103113
Binary10101010100101011110101011011100100010001111111110000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA95EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA95EA; }

 p { color: rgb(170,149,234); }

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

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

 a { background-color: rgb(170,149,234); }

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

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

 span { border-color: rgb(170,149,234); }

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