#AA92EA

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

Shades of Biloba Flower #AA92EA

Tints of Biloba Flower #AA92EA

Color information

#AA92EA (or 0xAA92EA) is unknown color: approx Biloba Flower. HEX triplet: AA, 92 and EA. RGB value is (170,146,234). Sum of RGB (Red+Green+Blue) = 170+146+234=550 (72% of max value = 765). Red value is 170 (66.80% from 255 or 30.91% from 550); Green value is 146 (57.42% from 255 or 26.55% from 550); Blue value is 234 (91.80% from 255 or 42.55% from 550); Max value from RGB is 234 - color contains mainly: blue. Hex color #AA92EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA92EA is #556D15. Grayscale: #A2A2A2. Windows color (decimal): -5598486 or 15372970. OLE color: 15372970.

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

Color convert

RGB170146234-
CMYK0.270.3800.08
HSL256.36º67.69%74.51%-
HSV(B)256.36º37.61%91.76%-
XYZ41.7135.0482.41-
YUV163.21167.95132.84-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.91%
GREEN value IS 146 (57.42% from 255) = 26.55%
BLUE value IS 234 (91.80% from 255) = 42.55%
R=30.91%
G=26.55%
B=42.55%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1701462340.270.3800.08256.3667.6974.51
HexAA92EA1B2608100444b
Octal2522223523346010400104113
Binary101010101001001011101010110111001100100010000000010001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA92EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA92EA; }

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

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

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

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

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

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

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

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