#AC8CD9

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

Shades of Biloba Flower #AC8CD9

Tints of Biloba Flower #AC8CD9

Color information

#AC8CD9 (or 0xAC8CD9) is unknown color: approx Biloba Flower. HEX triplet: AC, 8C and D9. RGB value is (172,140,217). Sum of RGB (Red+Green+Blue) = 172+140+217=529 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.51% from 529); Green value is 140 (55.08% from 255 or 26.47% from 529); Blue value is 217 (85.16% from 255 or 41.02% from 529); Max value from RGB is 217 - color contains mainly: blue. Hex color #AC8CD9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC8CD9 is #537326. Grayscale: #9E9E9E. Windows color (decimal): -5468967 or 14257324. OLE color: 14257324.

HSL color Cylindrical-coordinate representation of color #AC8CD9: hue angle of 264.94º degrees, saturation: 0.5, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AC8CD9 is Cyan = 0.21, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB172140217-
CMYK0.210.3500.15
HSL264.94º50.33%70%-
HSV(B)264.94º35.48%85.1%-
XYZ38.9232.5469.87-
YUV158.35161.1137.74-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.51%
GREEN value IS 140 (55.08% from 255) = 26.47%
BLUE value IS 217 (85.16% from 255) = 41.02%
R=32.51%
G=26.47%
B=41.02%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1721402170.210.3500.15264.9450.3370
HexAC8CD915230F1093246
Octal254214331254301741162106
Binary10101100100011001101100110101100011011111000010011100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8CD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8CD9; }

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

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

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

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

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

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

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

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