#AC83E3

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

Shades of Biloba Flower #AC83E3

Tints of Biloba Flower #AC83E3

Color information

#AC83E3 (or 0xAC83E3) is unknown color: approx Biloba Flower. HEX triplet: AC, 83 and E3. RGB value is (172,131,227). Sum of RGB (Red+Green+Blue) = 172+131+227=530 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.45% from 530); Green value is 131 (51.56% from 255 or 24.72% from 530); Blue value is 227 (89.06% from 255 or 42.83% from 530); Max value from RGB is 227 - color contains mainly: blue. Hex color #AC83E3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC83E3 is #537C1C. Grayscale: #999999. Windows color (decimal): -5471261 or 14910380. OLE color: 14910380.

HSL color Cylindrical-coordinate representation of color #AC83E3: hue angle of 265.62º degrees, saturation: 0.63, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AC83E3 is Cyan = 0.24, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB172131227-
CMYK0.240.4200.11
HSL265.62º63.16%70.2%-
HSV(B)265.62º42.29%89.02%-
XYZ38.9930.5576.51-
YUV154.2169.08140.69-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.45%
GREEN value IS 131 (51.56% from 255) = 24.72%
BLUE value IS 227 (89.06% from 255) = 42.83%
R=32.45%
G=24.72%
B=42.83%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1721312270.240.4200.11265.6263.1670.2
HexAC83E3182A0B10a3f46
Octal254203343305201341277106
Binary10101100100000111110001111000101010010111000010101111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC83E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC83E3; }

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

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

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

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

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

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

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

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