#AC8CFE

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

Shades of Biloba Flower #AC8CFE

Tints of Biloba Flower #AC8CFE

Color information

#AC8CFE (or 0xAC8CFE) is unknown color: approx Biloba Flower. HEX triplet: AC, 8C and FE. RGB value is (172,140,254). Sum of RGB (Red+Green+Blue) = 172+140+254=566 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.39% from 566); Green value is 140 (55.08% from 255 or 24.73% from 566); Blue value is 254 (99.61% from 255 or 44.88% from 566); Max value from RGB is 254 - color contains mainly: blue. Hex color #AC8CFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC8CFE is #537301. Grayscale: #A2A2A2. Windows color (decimal): -5468930 or 16682156. OLE color: 16682156.

HSL color Cylindrical-coordinate representation of color #AC8CFE: hue angle of 256.84º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AC8CFE is Cyan = 0.32, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB172140254-
CMYK0.320.4500.00
HSL256.84º98.28%77.25%-
HSV(B)256.84º44.88%99.61%-
XYZ44.2834.6898.13-
YUV162.56179.6134.73-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.39%
GREEN value IS 140 (55.08% from 255) = 24.73%
BLUE value IS 254 (99.61% from 255) = 44.88%
R=30.39%
G=24.73%
B=44.88%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1721402540.320.4500.00256.8498.2877.25
HexAC8CFE202D00101624d
Octal254214376405500401142115
Binary1010110010001100111111101000001011010010000000111000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8CFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8CFE; }

 p { color: rgb(172,140,254); }

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

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

 a { background-color: rgb(172,140,254); }

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

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

 span { border-color: rgb(172,140,254); }

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