#AC8CDD

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

Shades of Biloba Flower #AC8CDD

Tints of Biloba Flower #AC8CDD

Color information

#AC8CDD (or 0xAC8CDD) is unknown color: approx Biloba Flower. HEX triplet: AC, 8C and DD. RGB value is (172,140,221). Sum of RGB (Red+Green+Blue) = 172+140+221=533 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.27% from 533); Green value is 140 (55.08% from 255 or 26.27% from 533); Blue value is 221 (86.72% from 255 or 41.46% from 533); Max value from RGB is 221 - color contains mainly: blue. Hex color #AC8CDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC8CDD is #537322. Grayscale: #9E9E9E. Windows color (decimal): -5468963 or 14519468. OLE color: 14519468.

HSL color Cylindrical-coordinate representation of color #AC8CDD: hue angle of 263.7º degrees, saturation: 0.54, 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 #AC8CDD is Cyan = 0.22, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB172140221-
CMYK0.220.3700.13
HSL263.7º54.36%70.78%-
HSV(B)263.7º36.65%86.67%-
XYZ39.4432.7572.65-
YUV158.8163.1137.41-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.27%
GREEN value IS 140 (55.08% from 255) = 26.27%
BLUE value IS 221 (86.72% from 255) = 41.46%
R=32.27%
G=26.27%
B=41.46%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1721402210.220.3700.13263.754.3670.78
HexAC8CDD16250D1083647
Octal254214335264501541066107
Binary10101100100011001101110110110100101011011000010001101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8CDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8CDD; }

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

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

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

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

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

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

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

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