#AC7FD9

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

Shades of Biloba Flower #AC7FD9

Tints of Biloba Flower #AC7FD9

Color information

#AC7FD9 (or 0xAC7FD9) is unknown color: approx Biloba Flower. HEX triplet: AC, 7F and D9. RGB value is (172,127,217). Sum of RGB (Red+Green+Blue) = 172+127+217=516 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.33% from 516); Green value is 127 (50% from 255 or 24.61% from 516); Blue value is 217 (85.16% from 255 or 42.05% from 516); Max value from RGB is 217 - color contains mainly: blue. Hex color #AC7FD9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC7FD9 is #538026. Grayscale: #969696. Windows color (decimal): -5472295 or 14253996. OLE color: 14253996.

HSL color Cylindrical-coordinate representation of color #AC7FD9: hue angle of 270º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AC7FD9 is Cyan = 0.21, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB172127217-
CMYK0.210.4100.15
HSL270º54.22%67.45%-
HSV(B)270º41.47%85.1%-
XYZ37.1328.9669.28-
YUV150.71165.41143.18-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.33%
GREEN value IS 127 (50% from 255) = 24.61%
BLUE value IS 217 (85.16% from 255) = 42.05%
R=33.33%
G=24.61%
B=42.05%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1721272170.210.4100.1527054.2267.45
HexAC7FD915290F10e3643
Octal254177331255101741666103
Binary1010110011111111101100110101101001011111000011101101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7FD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7FD9; }

 p { color: rgb(172,127,217); }

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

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

 a { background-color: rgb(172,127,217); }

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

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

 span { border-color: rgb(172,127,217); }

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