#AA92D1

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

Shades of Biloba Flower #AA92D1

Tints of Biloba Flower #AA92D1

Color information

#AA92D1 (or 0xAA92D1) is unknown color: approx Biloba Flower. HEX triplet: AA, 92 and D1. RGB value is (170,146,209). Sum of RGB (Red+Green+Blue) = 170+146+209=525 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.38% from 525); Green value is 146 (57.42% from 255 or 27.81% from 525); Blue value is 209 (82.03% from 255 or 39.81% from 525); Max value from RGB is 209 - color contains mainly: blue. Hex color #AA92D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA92D1 is #556D2E. Grayscale: #A0A0A0. Windows color (decimal): -5598511 or 13734570. OLE color: 13734570.

HSL color Cylindrical-coordinate representation of color #AA92D1: hue angle of 262.86º degrees, saturation: 0.41, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AA92D1 is Cyan = 0.19, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB170146209-
CMYK0.190.3000.18
HSL262.86º40.65%69.61%-
HSV(B)262.86º30.14%81.96%-
XYZ38.3733.7164.81-
YUV160.36155.45134.88-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.38%
GREEN value IS 146 (57.42% from 255) = 27.81%
BLUE value IS 209 (82.03% from 255) = 39.81%
R=32.38%
G=27.81%
B=39.81%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1701462090.190.3000.18262.8640.6569.61
HexAA92D1131E0121072946
Octal252222321233602240751106
Binary10101010100100101101000110011111100100101000001111010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA92D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA92D1; }

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

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

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

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

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

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

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

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