#AC9FF7

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

Shades of Biloba Flower #AC9FF7

Tints of Biloba Flower #AC9FF7

Color information

#AC9FF7 (or 0xAC9FF7) is unknown color: approx Biloba Flower. HEX triplet: AC, 9F and F7. RGB value is (172,159,247). Sum of RGB (Red+Green+Blue) = 172+159+247=578 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.76% from 578); Green value is 159 (62.5% from 255 or 27.51% from 578); Blue value is 247 (96.88% from 255 or 42.73% from 578); Max value from RGB is 247 - color contains mainly: blue. Hex color #AC9FF7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC9FF7 is #536008. Grayscale: #ACACAC. Windows color (decimal): -5464073 or 16228268. OLE color: 16228268.

HSL color Cylindrical-coordinate representation of color #AC9FF7: hue angle of 248.86º degrees, saturation: 0.85, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AC9FF7 is Cyan = 0.30, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB172159247-
CMYK0.300.3600.03
HSL248.86º84.62%79.61%-
HSV(B)248.86º35.63%96.86%-
XYZ46.240.2893.34-
YUV172.92169.81127.34-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.76%
GREEN value IS 159 (62.5% from 255) = 27.51%
BLUE value IS 247 (96.88% from 255) = 42.73%
R=29.76%
G=27.51%
B=42.73%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1721592470.300.3600.03248.8684.6279.61
HexAC9FF71E2403f95550
Octal254237367364403371125120
Binary101011001001111111110111111101001000111111100110101011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9FF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9FF7; }

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

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

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

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

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

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

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

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