#AA92F0

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

Shades of Biloba Flower #AA92F0

Tints of Biloba Flower #AA92F0

Color information

#AA92F0 (or 0xAA92F0) is unknown color: approx Biloba Flower. HEX triplet: AA, 92 and F0. RGB value is (170,146,240). Sum of RGB (Red+Green+Blue) = 170+146+240=556 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.58% from 556); Green value is 146 (57.42% from 255 or 26.26% from 556); Blue value is 240 (94.14% from 255 or 43.17% from 556); Max value from RGB is 240 - color contains mainly: blue. Hex color #AA92F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA92F0 is #556D0F. Grayscale: #A3A3A3. Windows color (decimal): -5598480 or 15766186. OLE color: 15766186.

HSL color Cylindrical-coordinate representation of color #AA92F0: hue angle of 255.32º degrees, saturation: 0.76, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AA92F0 is Cyan = 0.29, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB170146240-
CMYK0.290.3900.06
HSL255.32º75.81%75.69%-
HSV(B)255.32º39.17%94.12%-
XYZ42.5835.487.03-
YUV163.89170.95132.36-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.58%
GREEN value IS 146 (57.42% from 255) = 26.26%
BLUE value IS 240 (94.14% from 255) = 43.17%
R=30.58%
G=26.26%
B=43.17%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1701462400.290.3900.06255.3275.8175.69
HexAA92F01D2706ff4c4c
Octal252222360354706377114114
Binary1010101010010010111100001110110011101101111111110011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA92F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA92F0; }

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

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

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

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

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

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

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

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