#AA92DE

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

Shades of Biloba Flower #AA92DE

Tints of Biloba Flower #AA92DE

Color information

#AA92DE (or 0xAA92DE) is unknown color: approx Biloba Flower. HEX triplet: AA, 92 and DE. RGB value is (170,146,222). Sum of RGB (Red+Green+Blue) = 170+146+222=538 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.60% from 538); Green value is 146 (57.42% from 255 or 27.14% from 538); Blue value is 222 (87.11% from 255 or 41.26% from 538); Max value from RGB is 222 - color contains mainly: blue. Hex color #AA92DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA92DE is #556D21. Grayscale: #A1A1A1. Windows color (decimal): -5598498 or 14586538. OLE color: 14586538.

HSL color Cylindrical-coordinate representation of color #AA92DE: hue angle of 258.95º degrees, saturation: 0.54, 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 #AA92DE is Cyan = 0.23, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB170146222-
CMYK0.230.3400.13
HSL258.95º53.52%72.16%-
HSV(B)258.95º34.23%87.06%-
XYZ40.0434.3873.63-
YUV161.84161.95133.82-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.60%
GREEN value IS 146 (57.42% from 255) = 27.14%
BLUE value IS 222 (87.11% from 255) = 41.26%
R=31.60%
G=27.14%
B=41.26%

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
Decimal1701462220.230.3400.13258.9553.5272.16
HexAA92DE17220D1033648
Octal252222336274201540366110
Binary10101010100100101101111010111100010011011000000111101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA92DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA92DE; }

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

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

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

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

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

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

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

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