#AC9CCF

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

Shades of Biloba Flower #AC9CCF

Tints of Biloba Flower #AC9CCF

Color information

#AC9CCF (or 0xAC9CCF) is unknown color: approx Biloba Flower. HEX triplet: AC, 9C and CF. RGB value is (172,156,207). Sum of RGB (Red+Green+Blue) = 172+156+207=535 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.15% from 535); Green value is 156 (61.33% from 255 or 29.16% from 535); Blue value is 207 (81.25% from 255 or 38.69% from 535); Max value from RGB is 207 - color contains mainly: blue. Hex color #AC9CCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC9CCF is #536330. Grayscale: #A6A6A6. Windows color (decimal): -5464881 or 13606060. OLE color: 13606060.

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

Color convert

RGB172156207-
CMYK0.170.2500.19
HSL258.82º34.69%71.18%-
HSV(B)258.82º24.64%81.18%-
XYZ40.1637.0564.07-
YUV166.6150.8131.85-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.15%
GREEN value IS 156 (61.33% from 255) = 29.16%
BLUE value IS 207 (81.25% from 255) = 38.69%
R=32.15%
G=29.16%
B=38.69%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1721562070.170.2500.19258.8234.6971.18
HexAC9CCF11190131032347
Octal254234317213102340343107
Binary10101100100111001100111110001110010100111000000111000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9CCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9CCF; }

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

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

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

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

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

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

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

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