#AC9FCC

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

Shades of Biloba Flower #AC9FCC

Tints of Biloba Flower #AC9FCC

Color information

#AC9FCC (or 0xAC9FCC) is unknown color: approx Biloba Flower. HEX triplet: AC, 9F and CC. RGB value is (172,159,204). Sum of RGB (Red+Green+Blue) = 172+159+204=535 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.15% from 535); Green value is 159 (62.5% from 255 or 29.72% from 535); Blue value is 204 (80.08% from 255 or 38.13% from 535); Max value from RGB is 204 - color contains mainly: blue. Hex color #AC9FCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC9FCC is #536033. Grayscale: #A7A7A7. Windows color (decimal): -5464116 or 13410220. OLE color: 13410220.

HSL color Cylindrical-coordinate representation of color #AC9FCC: hue angle of 257.33º degrees, saturation: 0.31, 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 #AC9FCC is Cyan = 0.16, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB172159204-
CMYK0.160.2200.2
HSL257.33º30.61%71.18%-
HSV(B)257.33º22.06%80%-
XYZ40.3137.9362.32-
YUV168.02148.31130.84-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.15%
GREEN value IS 159 (62.5% from 255) = 29.72%
BLUE value IS 204 (80.08% from 255) = 38.13%
R=32.15%
G=29.72%
B=38.13%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1721592040.160.2200.2257.3330.6171.18
HexAC9FCC10160141011f47
Octal254237314202602440137107
Binary1010110010011111110011001000010110010100100000001111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9FCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9FCC; }

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

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

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

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

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

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

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

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