#AC91F1

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

Shades of Biloba Flower #AC91F1

Tints of Biloba Flower #AC91F1

Color information

#AC91F1 (or 0xAC91F1) is unknown color: approx Biloba Flower. HEX triplet: AC, 91 and F1. RGB value is (172,145,241). Sum of RGB (Red+Green+Blue) = 172+145+241=558 (73% of max value = 765). Red value is 172 (67.58% from 255 or 30.82% from 558); Green value is 145 (57.03% from 255 or 25.99% from 558); Blue value is 241 (94.53% from 255 or 43.19% from 558); Max value from RGB is 241 - color contains mainly: blue. Hex color #AC91F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC91F1 is #536E0E. Grayscale: #A3A3A3. Windows color (decimal): -5467663 or 15831468. OLE color: 15831468.

HSL color Cylindrical-coordinate representation of color #AC91F1: hue angle of 256.88º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AC91F1 is Cyan = 0.29, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB172145241-
CMYK0.290.4000.05
HSL256.88º77.42%75.69%-
HSV(B)256.88º39.83%94.51%-
XYZ43.0235.3787.78-
YUV164.02171.45133.69-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.82%
GREEN value IS 145 (57.03% from 255) = 25.99%
BLUE value IS 241 (94.53% from 255) = 43.19%
R=30.82%
G=25.99%
B=43.19%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1721452410.290.4000.05256.8877.4275.69
HexAC91F11D28051014d4c
Octal254221361355005401115114
Binary10101100100100011111000111101101000010110000000110011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC91F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC91F1; }

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

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

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

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

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

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

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

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