#AA83EC

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

Shades of Biloba Flower #AA83EC

Tints of Biloba Flower #AA83EC

Color information

#AA83EC (or 0xAA83EC) is unknown color: approx Biloba Flower. HEX triplet: AA, 83 and EC. RGB value is (170,131,236). Sum of RGB (Red+Green+Blue) = 170+131+236=537 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.66% from 537); Green value is 131 (51.56% from 255 or 24.39% from 537); Blue value is 236 (92.58% from 255 or 43.95% from 537); Max value from RGB is 236 - color contains mainly: blue. Hex color #AA83EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA83EC is #557C13. Grayscale: #9A9A9A. Windows color (decimal): -5602324 or 15500202. OLE color: 15500202.

HSL color Cylindrical-coordinate representation of color #AA83EC: hue angle of 262.29º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AA83EC is Cyan = 0.28, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB170131236-
CMYK0.280.4400.07
HSL262.29º73.43%71.96%-
HSV(B)262.29º44.49%92.55%-
XYZ39.8330.8383.21-
YUV154.63173.92138.96-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.66%
GREEN value IS 131 (51.56% from 255) = 24.39%
BLUE value IS 236 (92.58% from 255) = 43.95%
R=31.66%
G=24.39%
B=43.95%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1701312360.280.4400.07262.2973.4371.96
HexAA83EC1C2C071064948
Octal252203354345407406111110
Binary10101010100000111110110011100101100011110000011010010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA83EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA83EC; }

 p { color: rgb(170,131,236); }

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

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

 a { background-color: rgb(170,131,236); }

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

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

 span { border-color: rgb(170,131,236); }

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