#AA92F6

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

Shades of Biloba Flower #AA92F6

Tints of Biloba Flower #AA92F6

Color information

#AA92F6 (or 0xAA92F6) is unknown color: approx Biloba Flower. HEX triplet: AA, 92 and F6. RGB value is (170,146,246). Sum of RGB (Red+Green+Blue) = 170+146+246=562 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.25% from 562); Green value is 146 (57.42% from 255 or 25.98% from 562); Blue value is 246 (96.48% from 255 or 43.77% from 562); Max value from RGB is 246 - color contains mainly: blue. Hex color #AA92F6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA92F6 is #556D09. Grayscale: #A4A4A4. Windows color (decimal): -5598474 or 16159402. OLE color: 16159402.

HSL color Cylindrical-coordinate representation of color #AA92F6: hue angle of 254.4º degrees, saturation: 0.85, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AA92F6 is Cyan = 0.31, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB170146246-
CMYK0.310.4100.04
HSL254.4º84.75%76.86%-
HSV(B)254.4º40.65%96.47%-
XYZ43.4935.7691.8-
YUV164.58173.95131.87-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.25%
GREEN value IS 146 (57.42% from 255) = 25.98%
BLUE value IS 246 (96.48% from 255) = 43.77%
R=30.25%
G=25.98%
B=43.77%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1701462460.310.4100.04254.484.7576.86
HexAA92F61F2904fe554d
Octal252222366375104376125115
Binary1010101010010010111101101111110100101001111111010101011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA92F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA92F6; }

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

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

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

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

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

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

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

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