#AC9FE5

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

Shades of Biloba Flower #AC9FE5

Tints of Biloba Flower #AC9FE5

Color information

#AC9FE5 (or 0xAC9FE5) is unknown color: approx Biloba Flower. HEX triplet: AC, 9F and E5. RGB value is (172,159,229). Sum of RGB (Red+Green+Blue) = 172+159+229=560 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.71% from 560); Green value is 159 (62.5% from 255 or 28.39% from 560); Blue value is 229 (89.84% from 255 or 40.89% from 560); Max value from RGB is 229 - color contains mainly: blue. Hex color #AC9FE5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC9FE5 is #53601A. Grayscale: #AAAAAA. Windows color (decimal): -5464091 or 15048620. OLE color: 15048620.

HSL color Cylindrical-coordinate representation of color #AC9FE5: hue angle of 251.14º degrees, saturation: 0.57, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AC9FE5 is Cyan = 0.25, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB172159229-
CMYK0.250.3100.10
HSL251.14º57.38%76.08%-
HSV(B)251.14º30.57%89.8%-
XYZ43.5539.2279.4-
YUV170.87160.81128.81-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.71%
GREEN value IS 159 (62.5% from 255) = 28.39%
BLUE value IS 229 (89.84% from 255) = 40.89%
R=30.71%
G=28.39%
B=40.89%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1721592290.250.3100.10251.1457.3876.08
HexAC9FE5191F0Afb394c
Octal254237345313701237371114
Binary101011001001111111100101110011111101010111110111110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9FE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9FE5; }

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

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

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

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

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

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

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

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