#AC8CDF

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

Shades of Biloba Flower #AC8CDF

Tints of Biloba Flower #AC8CDF

Color information

#AC8CDF (or 0xAC8CDF) is unknown color: approx Biloba Flower. HEX triplet: AC, 8C and DF. RGB value is (172,140,223). Sum of RGB (Red+Green+Blue) = 172+140+223=535 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.15% from 535); Green value is 140 (55.08% from 255 or 26.17% from 535); Blue value is 223 (87.5% from 255 or 41.68% from 535); Max value from RGB is 223 - color contains mainly: blue. Hex color #AC8CDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC8CDF is #537320. Grayscale: #9E9E9E. Windows color (decimal): -5468961 or 14650540. OLE color: 14650540.

HSL color Cylindrical-coordinate representation of color #AC8CDF: hue angle of 263.13º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AC8CDF is Cyan = 0.23, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB172140223-
CMYK0.230.3700.13
HSL263.13º56.46%71.18%-
HSV(B)263.13º37.22%87.45%-
XYZ39.7132.8574.06-
YUV159.03164.1137.25-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.15%
GREEN value IS 140 (55.08% from 255) = 26.17%
BLUE value IS 223 (87.5% from 255) = 41.68%
R=32.15%
G=26.17%
B=41.68%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1721402230.230.3700.13263.1356.4671.18
HexAC8CDF17250D1073847
Octal254214337274501540770107
Binary10101100100011001101111110111100101011011000001111110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8CDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8CDF; }

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

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

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

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

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

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

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

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