#AC9FF1

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

Shades of Biloba Flower #AC9FF1

Tints of Biloba Flower #AC9FF1

Color information

#AC9FF1 (or 0xAC9FF1) is unknown color: approx Biloba Flower. HEX triplet: AC, 9F and F1. RGB value is (172,159,241). Sum of RGB (Red+Green+Blue) = 172+159+241=572 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.07% from 572); Green value is 159 (62.5% from 255 or 27.80% from 572); Blue value is 241 (94.53% from 255 or 42.13% from 572); Max value from RGB is 241 - color contains mainly: blue. Hex color #AC9FF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC9FF1 is #53600E. Grayscale: #ABABAB. Windows color (decimal): -5464079 or 15835052. OLE color: 15835052.

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

Color convert

RGB172159241-
CMYK0.290.3400.05
HSL249.51º74.55%78.43%-
HSV(B)249.51º34.02%94.51%-
XYZ45.2939.9288.54-
YUV172.24166.81127.83-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.07%
GREEN value IS 159 (62.5% from 255) = 27.80%
BLUE value IS 241 (94.53% from 255) = 42.13%
R=30.07%
G=27.80%
B=42.13%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1721592410.290.3400.05249.5174.5578.43
HexAC9FF11D2205fa4b4e
Octal254237361354205372113116
Binary1010110010011111111100011110110001001011111101010010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9FF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9FF1; }

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

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

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

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

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

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

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

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