#AA92DD

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

Shades of Biloba Flower #AA92DD

Tints of Biloba Flower #AA92DD

Color information

#AA92DD (or 0xAA92DD) is unknown color: approx Biloba Flower. HEX triplet: AA, 92 and DD. RGB value is (170,146,221). Sum of RGB (Red+Green+Blue) = 170+146+221=537 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.66% from 537); Green value is 146 (57.42% from 255 or 27.19% from 537); Blue value is 221 (86.72% from 255 or 41.15% from 537); Max value from RGB is 221 - color contains mainly: blue. Hex color #AA92DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA92DD is #556D22. Grayscale: #A1A1A1. Windows color (decimal): -5598499 or 14521002. OLE color: 14521002.

HSL color Cylindrical-coordinate representation of color #AA92DD: hue angle of 259.2º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AA92DD is Cyan = 0.23, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB170146221-
CMYK0.230.3400.13
HSL259.2º52.45%71.96%-
HSV(B)259.2º33.94%86.67%-
XYZ39.9134.3272.93-
YUV161.73161.45133.9-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.66%
GREEN value IS 146 (57.42% from 255) = 27.19%
BLUE value IS 221 (86.72% from 255) = 41.15%
R=31.66%
G=27.19%
B=41.15%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1701462210.230.3400.13259.252.4571.96
HexAA92DD17220D1033448
Octal252222335274201540364110
Binary10101010100100101101110110111100010011011000000111101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA92DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA92DD; }

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

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

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

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

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

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

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

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