#AC9FCB

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

Shades of Biloba Flower #AC9FCB

Tints of Biloba Flower #AC9FCB

Color information

#AC9FCB (or 0xAC9FCB) is unknown color: approx Biloba Flower. HEX triplet: AC, 9F and CB. RGB value is (172,159,203). Sum of RGB (Red+Green+Blue) = 172+159+203=534 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.21% from 534); Green value is 159 (62.5% from 255 or 29.78% from 534); Blue value is 203 (79.69% from 255 or 38.01% from 534); Max value from RGB is 203 - color contains mainly: blue. Hex color #AC9FCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC9FCB is #536034. Grayscale: #A7A7A7. Windows color (decimal): -5464117 or 13344684. OLE color: 13344684.

HSL color Cylindrical-coordinate representation of color #AC9FCB: hue angle of 257.73º degrees, saturation: 0.3, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AC9FCB is Cyan = 0.15, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB172159203-
CMYK0.150.2200.20
HSL257.73º29.73%70.98%-
HSV(B)257.73º21.67%79.61%-
XYZ40.1937.8861.69-
YUV167.9147.81130.92-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.21%
GREEN value IS 159 (62.5% from 255) = 29.78%
BLUE value IS 203 (79.69% from 255) = 38.01%
R=32.21%
G=29.78%
B=38.01%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1721592030.150.2200.20257.7329.7370.98
HexAC9FCBF160141021e47
Octal254237313172602440236107
Binary101011001001111111001011111110110010100100000010111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9FCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9FCB; }

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

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

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

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

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

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

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

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