#AC9AC1

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

Shades of Biloba Flower #AC9AC1

Tints of Biloba Flower #AC9AC1

Color information

#AC9AC1 (or 0xAC9AC1) is unknown color: approx Biloba Flower. HEX triplet: AC, 9A and C1. RGB value is (172,154,193). Sum of RGB (Red+Green+Blue) = 172+154+193=519 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.14% from 519); Green value is 154 (60.55% from 255 or 29.67% from 519); Blue value is 193 (75.78% from 255 or 37.19% from 519); Max value from RGB is 193 - color contains mainly: blue. Hex color #AC9AC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC9AC1 is #53653E. Grayscale: #A3A3A3. Windows color (decimal): -5465407 or 12688044. OLE color: 12688044.

HSL color Cylindrical-coordinate representation of color #AC9AC1: hue angle of 267.69º degrees, saturation: 0.24, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AC9AC1 is Cyan = 0.11, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB172154193-
CMYK0.110.2000.24
HSL267.69º23.93%68.04%-
HSV(B)267.69º20.21%75.69%-
XYZ38.1935.7355.34-
YUV163.83144.46133.83-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.14%
GREEN value IS 154 (60.55% from 255) = 29.67%
BLUE value IS 193 (75.78% from 255) = 37.19%
R=33.14%
G=29.67%
B=37.19%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1721541930.110.2000.24267.6923.9368.04
HexAC9AC1B1401810c1844
Octal254232301132403041430104
Binary101011001001101011000001101110100011000100001100110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9AC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9AC1; }

 p { color: rgb(172,154,193); }

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

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

 a { background-color: rgb(172,154,193); }

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

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

 span { border-color: rgb(172,154,193); }

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