#AC83E9

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

Shades of Biloba Flower #AC83E9

Tints of Biloba Flower #AC83E9

Color information

#AC83E9 (or 0xAC83E9) is unknown color: approx Biloba Flower. HEX triplet: AC, 83 and E9. RGB value is (172,131,233). Sum of RGB (Red+Green+Blue) = 172+131+233=536 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.09% from 536); Green value is 131 (51.56% from 255 or 24.44% from 536); Blue value is 233 (91.41% from 255 or 43.47% from 536); Max value from RGB is 233 - color contains mainly: blue. Hex color #AC83E9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC83E9 is #537C16. Grayscale: #9A9A9A. Windows color (decimal): -5471255 or 15303596. OLE color: 15303596.

HSL color Cylindrical-coordinate representation of color #AC83E9: hue angle of 264.12º degrees, saturation: 0.7, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AC83E9 is Cyan = 0.26, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB172131233-
CMYK0.260.4400.09
HSL264.12º69.86%71.37%-
HSV(B)264.12º43.78%91.37%-
XYZ39.8430.8980.95-
YUV154.89172.08140.21-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.09%
GREEN value IS 131 (51.56% from 255) = 24.44%
BLUE value IS 233 (91.41% from 255) = 43.47%
R=32.09%
G=24.44%
B=43.47%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1721312330.260.4400.09264.1269.8671.37
HexAC83E91A2C091084647
Octal2542033513254011410106107
Binary101011001000001111101001110101011000100110000100010001101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC83E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC83E9; }

 p { color: rgb(172,131,233); }

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

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

 a { background-color: rgb(172,131,233); }

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

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

 span { border-color: rgb(172,131,233); }

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