#AC9FBE

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

Shades of Biloba Flower #AC9FBE

Tints of Biloba Flower #AC9FBE

Color information

#AC9FBE (or 0xAC9FBE) is unknown color: approx Biloba Flower. HEX triplet: AC, 9F and BE. RGB value is (172,159,190). Sum of RGB (Red+Green+Blue) = 172+159+190=521 (69% of max value = 765). Red value is 172 (67.58% from 255 or 33.01% from 521); Green value is 159 (62.5% from 255 or 30.52% from 521); Blue value is 190 (74.61% from 255 or 36.47% from 521); Max value from RGB is 190 - color contains mainly: blue. Hex color #AC9FBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC9FBE is #536041. Grayscale: #A6A6A6. Windows color (decimal): -5464130 or 12492716. OLE color: 12492716.

HSL color Cylindrical-coordinate representation of color #AC9FBE: hue angle of 265.16º degrees, saturation: 0.19, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AC9FBE is Cyan = 0.09, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB172159190-
CMYK0.090.1600.25
HSL265.16º19.25%68.43%-
HSV(B)265.16º16.32%74.51%-
XYZ38.7137.2853.87-
YUV166.42141.31131.98-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.01%
GREEN value IS 159 (62.5% from 255) = 30.52%
BLUE value IS 190 (74.61% from 255) = 36.47%
R=33.01%
G=30.52%
B=36.47%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1721591900.090.1600.25265.1619.2568.43
HexAC9FBE9100191091344
Octal254237276112003141123104
Binary101011001001111110111110100110000011001100001001100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9FBE; }

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

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

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

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

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

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

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

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