#AC8FEB

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

Shades of Biloba Flower #AC8FEB

Tints of Biloba Flower #AC8FEB

Color information

#AC8FEB (or 0xAC8FEB) is unknown color: approx Biloba Flower. HEX triplet: AC, 8F and EB. RGB value is (172,143,235). Sum of RGB (Red+Green+Blue) = 172+143+235=550 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.27% from 550); Green value is 143 (56.25% from 255 or 26% from 550); Blue value is 235 (92.19% from 255 or 42.73% from 550); Max value from RGB is 235 - color contains mainly: blue. Hex color #AC8FEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC8FEB is #537014. Grayscale: #A1A1A1. Windows color (decimal): -5468181 or 15437740. OLE color: 15437740.

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

Color convert

RGB172143235-
CMYK0.270.3900.08
HSL258.91º69.7%74.12%-
HSV(B)258.91º39.15%92.16%-
XYZ41.8334.4183.04-
YUV162.16169.11135.02-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.27%
GREEN value IS 143 (56.25% from 255) = 26%
BLUE value IS 235 (92.19% from 255) = 42.73%
R=31.27%
G=26%
B=42.73%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1721432350.270.3900.08258.9169.774.12
HexAC8FEB1B2708103464a
Octal2542173533347010403106112
Binary101011001000111111101011110111001110100010000001110001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8FEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8FEB; }

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

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

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

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

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

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

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

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