#AC8BDC

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

Shades of Biloba Flower #AC8BDC

Tints of Biloba Flower #AC8BDC

Color information

#AC8BDC (or 0xAC8BDC) is unknown color: approx Biloba Flower. HEX triplet: AC, 8B and DC. RGB value is (172,139,220). Sum of RGB (Red+Green+Blue) = 172+139+220=531 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.39% from 531); Green value is 139 (54.69% from 255 or 26.18% from 531); Blue value is 220 (86.33% from 255 or 41.43% from 531); Max value from RGB is 220 - color contains mainly: blue. Hex color #AC8BDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC8BDC is #537423. Grayscale: #9D9D9D. Windows color (decimal): -5469220 or 14453676. OLE color: 14453676.

HSL color Cylindrical-coordinate representation of color #AC8BDC: hue angle of 264.44º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AC8BDC is Cyan = 0.22, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB172139220-
CMYK0.220.3700.14
HSL264.44º53.64%70.39%-
HSV(B)264.44º36.82%86.27%-
XYZ39.1632.471.9-
YUV158.1162.93137.91-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.39%
GREEN value IS 139 (54.69% from 255) = 26.18%
BLUE value IS 220 (86.33% from 255) = 41.43%
R=32.39%
G=26.18%
B=41.43%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1721392200.220.3700.14264.4453.6470.39
HexAC8BDC16250E1083646
Octal254213334264501641066106
Binary10101100100010111101110010110100101011101000010001101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8BDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8BDC; }

 p { color: rgb(172,139,220); }

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

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

 a { background-color: rgb(172,139,220); }

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

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

 span { border-color: rgb(172,139,220); }

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