#AC8BF1

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

Shades of Biloba Flower #AC8BF1

Tints of Biloba Flower #AC8BF1

Color information

#AC8BF1 (or 0xAC8BF1) is unknown color: approx Biloba Flower. HEX triplet: AC, 8B and F1. RGB value is (172,139,241). Sum of RGB (Red+Green+Blue) = 172+139+241=552 (73% of max value = 765). Red value is 172 (67.58% from 255 or 31.16% from 552); Green value is 139 (54.69% from 255 or 25.18% from 552); Blue value is 241 (94.53% from 255 or 43.66% from 552); Max value from RGB is 241 - color contains mainly: blue. Hex color #AC8BF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC8BF1 is #53740E. Grayscale: #A0A0A0. Windows color (decimal): -5469199 or 15829932. OLE color: 15829932.

HSL color Cylindrical-coordinate representation of color #AC8BF1: hue angle of 259.41º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AC8BF1 is Cyan = 0.29, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB172139241-
CMYK0.290.4200.05
HSL259.41º78.46%74.51%-
HSV(B)259.41º42.32%94.51%-
XYZ42.1233.5987.48-
YUV160.49173.43136.21-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.16%
GREEN value IS 139 (54.69% from 255) = 25.18%
BLUE value IS 241 (94.53% from 255) = 43.66%
R=31.16%
G=25.18%
B=43.66%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1721392410.290.4200.05259.4178.4674.51
HexAC8BF11D2A051034e4b
Octal254213361355205403116113
Binary10101100100010111111000111101101010010110000001110011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8BF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8BF1; }

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

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

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

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

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

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

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

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