#AC8CD1

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

Shades of Biloba Flower #AC8CD1

Tints of Biloba Flower #AC8CD1

Color information

#AC8CD1 (or 0xAC8CD1) is unknown color: approx Biloba Flower. HEX triplet: AC, 8C and D1. RGB value is (172,140,209). Sum of RGB (Red+Green+Blue) = 172+140+209=521 (69% of max value = 765). Red value is 172 (67.58% from 255 or 33.01% from 521); Green value is 140 (55.08% from 255 or 26.87% from 521); Blue value is 209 (82.03% from 255 or 40.12% from 521); Max value from RGB is 209 - color contains mainly: blue. Hex color #AC8CD1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC8CD1 is #53732E. Grayscale: #9D9D9D. Windows color (decimal): -5468975 or 13733036. OLE color: 13733036.

HSL color Cylindrical-coordinate representation of color #AC8CD1: hue angle of 267.83º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AC8CD1 is Cyan = 0.18, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB172140209-
CMYK0.180.3300.18
HSL267.83º42.86%68.43%-
HSV(B)267.83º33.01%81.96%-
XYZ37.932.1364.53-
YUV157.43157.1138.39-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.01%
GREEN value IS 140 (55.08% from 255) = 26.87%
BLUE value IS 209 (82.03% from 255) = 40.12%
R=33.01%
G=26.87%
B=40.12%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1721402090.180.3300.18267.8342.8668.43
HexAC8CD1122101210c2b44
Octal254214321224102241453104
Binary101011001000110011010001100101000010100101000011001010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8CD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8CD1; }

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

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

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

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

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

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

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

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