#AA9AEA

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

Shades of Biloba Flower #AA9AEA

Tints of Biloba Flower #AA9AEA

Color information

#AA9AEA (or 0xAA9AEA) is unknown color: approx Biloba Flower. HEX triplet: AA, 9A and EA. RGB value is (170,154,234). Sum of RGB (Red+Green+Blue) = 170+154+234=558 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.47% from 558); Green value is 154 (60.55% from 255 or 27.60% from 558); Blue value is 234 (91.80% from 255 or 41.94% from 558); Max value from RGB is 234 - color contains mainly: blue. Hex color #AA9AEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA9AEA is #556515. Grayscale: #A7A7A7. Windows color (decimal): -5596438 or 15375018. OLE color: 15375018.

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

Color convert

RGB170154234-
CMYK0.270.3400.08
HSL252º65.57%76.08%-
HSV(B)252º34.19%91.76%-
XYZ42.9837.682.83-
YUV167.9165.3129.5-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.47%
GREEN value IS 154 (60.55% from 255) = 27.60%
BLUE value IS 234 (91.80% from 255) = 41.94%
R=30.47%
G=27.60%
B=41.94%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1701542340.270.3400.0825265.5776.08
HexAA9AEA1B2208fc424c
Octal2522323523342010374102114
Binary10101010100110101110101011011100010010001111110010000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9AEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9AEA; }

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

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

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

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

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

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

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

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