#AC8BE3

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

Shades of Biloba Flower #AC8BE3

Tints of Biloba Flower #AC8BE3

Color information

#AC8BE3 (or 0xAC8BE3) is unknown color: approx Biloba Flower. HEX triplet: AC, 8B and E3. RGB value is (172,139,227). Sum of RGB (Red+Green+Blue) = 172+139+227=538 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.97% from 538); Green value is 139 (54.69% from 255 or 25.84% from 538); Blue value is 227 (89.06% from 255 or 42.19% from 538); Max value from RGB is 227 - color contains mainly: blue. Hex color #AC8BE3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC8BE3 is #53741C. Grayscale: #9E9E9E. Windows color (decimal): -5469213 or 14912428. OLE color: 14912428.

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

Color convert

RGB172139227-
CMYK0.240.3900.11
HSL262.5º61.11%71.76%-
HSV(B)262.5º38.77%89.02%-
XYZ40.1132.7876.89-
YUV158.9166.43137.34-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.97%
GREEN value IS 139 (54.69% from 255) = 25.84%
BLUE value IS 227 (89.06% from 255) = 42.19%
R=31.97%
G=25.84%
B=42.19%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1721392270.240.3900.11262.561.1171.76
HexAC8BE318270B1063d48
Octal254213343304701340675110
Binary10101100100010111110001111000100111010111000001101111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8BE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8BE3; }

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

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

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

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

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

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

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

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