#AC8CCF

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

Shades of Biloba Flower #AC8CCF

Tints of Biloba Flower #AC8CCF

Color information

#AC8CCF (or 0xAC8CCF) is unknown color: approx Biloba Flower. HEX triplet: AC, 8C and CF. RGB value is (172,140,207). Sum of RGB (Red+Green+Blue) = 172+140+207=519 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.14% from 519); Green value is 140 (55.08% from 255 or 26.97% from 519); Blue value is 207 (81.25% from 255 or 39.88% from 519); Max value from RGB is 207 - color contains mainly: blue. Hex color #AC8CCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC8CCF is #537330. Grayscale: #9C9C9C. Windows color (decimal): -5468977 or 13601964. OLE color: 13601964.

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

Color convert

RGB172140207-
CMYK0.170.3200.19
HSL268.66º41.1%68.04%-
HSV(B)268.66º32.37%81.18%-
XYZ37.6532.0363.23-
YUV157.21156.1138.55-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.14%
GREEN value IS 140 (55.08% from 255) = 26.97%
BLUE value IS 207 (81.25% from 255) = 39.88%
R=33.14%
G=26.97%
B=39.88%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1721402070.170.3200.19268.6641.168.04
HexAC8CCF112001310d2944
Octal254214317214002341551104
Binary101011001000110011001111100011000000100111000011011010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8CCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8CCF; }

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

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

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

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

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

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

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

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