#AA92CA

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

Shades of Biloba Flower #AA92CA

Tints of Biloba Flower #AA92CA

Color information

#AA92CA (or 0xAA92CA) is unknown color: approx Biloba Flower. HEX triplet: AA, 92 and CA. RGB value is (170,146,202). Sum of RGB (Red+Green+Blue) = 170+146+202=518 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.82% from 518); Green value is 146 (57.42% from 255 or 28.19% from 518); Blue value is 202 (79.30% from 255 or 39.00% from 518); Max value from RGB is 202 - color contains mainly: blue. Hex color #AA92CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA92CA is #556D35. Grayscale: #9F9F9F. Windows color (decimal): -5598518 or 13275818. OLE color: 13275818.

HSL color Cylindrical-coordinate representation of color #AA92CA: hue angle of 265.71º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AA92CA is Cyan = 0.16, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB170146202-
CMYK0.160.2800.21
HSL265.71º34.57%68.24%-
HSV(B)265.71º27.72%79.22%-
XYZ37.5233.3760.34-
YUV159.56151.95135.45-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.82%
GREEN value IS 146 (57.42% from 255) = 28.19%
BLUE value IS 202 (79.30% from 255) = 39.00%
R=32.82%
G=28.19%
B=39.00%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1701462020.160.2800.21265.7134.5768.24
HexAA92CA101C01510a2344
Octal252222312203402541243104
Binary10101010100100101100101010000111000101011000010101000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA92CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA92CA; }

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

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

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

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

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

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

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

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