#AC9FCF

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

Shades of Biloba Flower #AC9FCF

Tints of Biloba Flower #AC9FCF

Color information

#AC9FCF (or 0xAC9FCF) is unknown color: approx Biloba Flower. HEX triplet: AC, 9F and CF. RGB value is (172,159,207). Sum of RGB (Red+Green+Blue) = 172+159+207=538 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.97% from 538); Green value is 159 (62.5% from 255 or 29.55% from 538); Blue value is 207 (81.25% from 255 or 38.48% from 538); Max value from RGB is 207 - color contains mainly: blue. Hex color #AC9FCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC9FCF is #536030. Grayscale: #A8A8A8. Windows color (decimal): -5464113 or 13606828. OLE color: 13606828.

HSL color Cylindrical-coordinate representation of color #AC9FCF: hue angle of 256.25º degrees, saturation: 0.33, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AC9FCF is Cyan = 0.17, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB172159207-
CMYK0.170.2300.19
HSL256.25º33.33%71.76%-
HSV(B)256.25º23.19%81.18%-
XYZ40.6738.0764.24-
YUV168.36149.81130.6-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.97%
GREEN value IS 159 (62.5% from 255) = 29.55%
BLUE value IS 207 (81.25% from 255) = 38.48%
R=31.97%
G=29.55%
B=38.48%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1721592070.170.2300.19256.2533.3371.76
HexAC9FCF11170131002148
Octal254237317212702340041110
Binary10101100100111111100111110001101110100111000000001000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9FCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9FCF; }

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

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

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

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

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

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

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

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