#AC91F9

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

Shades of Biloba Flower #AC91F9

Tints of Biloba Flower #AC91F9

Color information

#AC91F9 (or 0xAC91F9) is unknown color: approx Biloba Flower. HEX triplet: AC, 91 and F9. RGB value is (172,145,249). Sum of RGB (Red+Green+Blue) = 172+145+249=566 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.39% from 566); Green value is 145 (57.03% from 255 or 25.62% from 566); Blue value is 249 (97.66% from 255 or 43.99% from 566); Max value from RGB is 249 - color contains mainly: blue. Hex color #AC91F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC91F9 is #536E06. Grayscale: #A4A4A4. Windows color (decimal): -5467655 or 16355756. OLE color: 16355756.

HSL color Cylindrical-coordinate representation of color #AC91F9: hue angle of 255.58º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AC91F9 is Cyan = 0.31, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB172145249-
CMYK0.310.4200.02
HSL255.58º89.66%77.25%-
HSV(B)255.58º41.77%97.65%-
XYZ44.2435.8694.21-
YUV164.93175.45133.04-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.39%
GREEN value IS 145 (57.03% from 255) = 25.62%
BLUE value IS 249 (97.66% from 255) = 43.99%
R=30.39%
G=25.62%
B=43.99%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1721452490.310.4200.02255.5889.6677.25
HexAC91F91F2A021005a4d
Octal254221371375202400132115
Binary1010110010010001111110011111110101001010000000010110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC91F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC91F9; }

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

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

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

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

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

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

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

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