#AC8FEC

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

Shades of Biloba Flower #AC8FEC

Tints of Biloba Flower #AC8FEC

Color information

#AC8FEC (or 0xAC8FEC) is unknown color: approx Biloba Flower. HEX triplet: AC, 8F and EC. RGB value is (172,143,236). Sum of RGB (Red+Green+Blue) = 172+143+236=551 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.22% from 551); Green value is 143 (56.25% from 255 or 25.95% from 551); Blue value is 236 (92.58% from 255 or 42.83% from 551); Max value from RGB is 236 - color contains mainly: blue. Hex color #AC8FEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC8FEC is #537013. Grayscale: #A1A1A1. Windows color (decimal): -5468180 or 15503276. OLE color: 15503276.

HSL color Cylindrical-coordinate representation of color #AC8FEC: hue angle of 258.71º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AC8FEC is Cyan = 0.27, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB172143236-
CMYK0.270.3900.07
HSL258.71º70.99%74.31%-
HSV(B)258.71º39.41%92.55%-
XYZ41.9834.4783.8-
YUV162.27169.61134.94-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.22%
GREEN value IS 143 (56.25% from 255) = 25.95%
BLUE value IS 236 (92.58% from 255) = 42.83%
R=31.22%
G=25.95%
B=42.83%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1721432360.270.3900.07258.7170.9974.31
HexAC8FEC1B2707103474a
Octal254217354334707403107112
Binary10101100100011111110110011011100111011110000001110001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8FEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8FEC; }

 p { color: rgb(172,143,236); }

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

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

 a { background-color: rgb(172,143,236); }

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

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

 span { border-color: rgb(172,143,236); }

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