#AC9FE3

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

Shades of Biloba Flower #AC9FE3

Tints of Biloba Flower #AC9FE3

Color information

#AC9FE3 (or 0xAC9FE3) is unknown color: approx Biloba Flower. HEX triplet: AC, 9F and E3. RGB value is (172,159,227). Sum of RGB (Red+Green+Blue) = 172+159+227=558 (73% of max value = 765). Red value is 172 (67.58% from 255 or 30.82% from 558); Green value is 159 (62.5% from 255 or 28.49% from 558); Blue value is 227 (89.06% from 255 or 40.68% from 558); Max value from RGB is 227 - color contains mainly: blue. Hex color #AC9FE3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC9FE3 is #53601C. Grayscale: #AAAAAA. Windows color (decimal): -5464093 or 14917548. OLE color: 14917548.

HSL color Cylindrical-coordinate representation of color #AC9FE3: hue angle of 251.47º degrees, saturation: 0.55, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AC9FE3 is Cyan = 0.24, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB172159227-
CMYK0.240.3000.11
HSL251.47º54.84%75.69%-
HSV(B)251.47º29.96%89.02%-
XYZ43.2839.1177.94-
YUV170.64159.81128.97-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.82%
GREEN value IS 159 (62.5% from 255) = 28.49%
BLUE value IS 227 (89.06% from 255) = 40.68%
R=30.82%
G=28.49%
B=40.68%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1721592270.240.3000.11251.4754.8475.69
HexAC9FE3181E0Bfb374c
Octal254237343303601337367114
Binary101011001001111111100011110001111001011111110111101111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9FE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9FE3; }

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

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

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

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

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

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

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

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