#AA92DA

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

Shades of Biloba Flower #AA92DA

Tints of Biloba Flower #AA92DA

Color information

#AA92DA (or 0xAA92DA) is unknown color: approx Biloba Flower. HEX triplet: AA, 92 and DA. RGB value is (170,146,218). Sum of RGB (Red+Green+Blue) = 170+146+218=534 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.84% from 534); Green value is 146 (57.42% from 255 or 27.34% from 534); Blue value is 218 (85.55% from 255 or 40.82% from 534); Max value from RGB is 218 - color contains mainly: blue. Hex color #AA92DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA92DA is #556D25. Grayscale: #A1A1A1. Windows color (decimal): -5598502 or 14324394. OLE color: 14324394.

HSL color Cylindrical-coordinate representation of color #AA92DA: hue angle of 260º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AA92DA is Cyan = 0.22, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB170146218-
CMYK0.220.3300.15
HSL260º49.32%71.37%-
HSV(B)260º33.03%85.49%-
XYZ39.5134.1770.84-
YUV161.38159.95134.15-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.84%
GREEN value IS 146 (57.42% from 255) = 27.34%
BLUE value IS 218 (85.55% from 255) = 40.82%
R=31.84%
G=27.34%
B=40.82%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1701462180.220.3300.1526049.3271.37
HexAA92DA16210F1043147
Octal252222332264101740461107
Binary10101010100100101101101010110100001011111000001001100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA92DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA92DA; }

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

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

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

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

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

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

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

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