#AC9BC1

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

Shades of Biloba Flower #AC9BC1

Tints of Biloba Flower #AC9BC1

Color information

#AC9BC1 (or 0xAC9BC1) is unknown color: approx Biloba Flower. HEX triplet: AC, 9B and C1. RGB value is (172,155,193). Sum of RGB (Red+Green+Blue) = 172+155+193=520 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.08% from 520); Green value is 155 (60.94% from 255 or 29.81% from 520); Blue value is 193 (75.78% from 255 or 37.12% from 520); Max value from RGB is 193 - color contains mainly: blue. Hex color #AC9BC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC9BC1 is #53643E. Grayscale: #A4A4A4. Windows color (decimal): -5465151 or 12688300. OLE color: 12688300.

HSL color Cylindrical-coordinate representation of color #AC9BC1: hue angle of 266.84º degrees, saturation: 0.23, 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 #AC9BC1 is Cyan = 0.11, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB172155193-
CMYK0.110.2000.24
HSL266.84º23.46%68.24%-
HSV(B)266.84º19.69%75.69%-
XYZ38.3636.0655.39-
YUV164.42144.13133.41-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.08%
GREEN value IS 155 (60.94% from 255) = 29.81%
BLUE value IS 193 (75.78% from 255) = 37.12%
R=33.08%
G=29.81%
B=37.12%

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
Decimal1721551930.110.2000.24266.8423.4668.24
HexAC9BC1B1401810b1744
Octal254233301132403041327104
Binary101011001001101111000001101110100011000100001011101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9BC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9BC1; }

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

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

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

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

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

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

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

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