#AC88F1

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

Shades of Biloba Flower #AC88F1

Tints of Biloba Flower #AC88F1

Color information

#AC88F1 (or 0xAC88F1) is unknown color: approx Biloba Flower. HEX triplet: AC, 88 and F1. RGB value is (172,136,241). Sum of RGB (Red+Green+Blue) = 172+136+241=549 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.33% from 549); Green value is 136 (53.52% from 255 or 24.77% from 549); Blue value is 241 (94.53% from 255 or 43.90% from 549); Max value from RGB is 241 - color contains mainly: blue. Hex color #AC88F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC88F1 is #53770E. Grayscale: #9E9E9E. Windows color (decimal): -5469967 or 15829164. OLE color: 15829164.

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

Color convert

RGB172136241-
CMYK0.290.4400.05
HSL260.57º78.95%73.92%-
HSV(B)260.57º43.57%94.51%-
XYZ41.6932.7387.34-
YUV158.73174.43137.46-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.33%
GREEN value IS 136 (53.52% from 255) = 24.77%
BLUE value IS 241 (94.53% from 255) = 43.90%
R=31.33%
G=24.77%
B=43.90%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1721362410.290.4400.05260.5778.9573.92
HexAC88F11D2C051054f4a
Octal254210361355405405117112
Binary10101100100010001111000111101101100010110000010110011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC88F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC88F1; }

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

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

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

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

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

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

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

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