#AC8DDD

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

Shades of Biloba Flower #AC8DDD

Tints of Biloba Flower #AC8DDD

Color information

#AC8DDD (or 0xAC8DDD) is unknown color: approx Biloba Flower. HEX triplet: AC, 8D and DD. RGB value is (172,141,221). Sum of RGB (Red+Green+Blue) = 172+141+221=534 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.21% from 534); Green value is 141 (55.47% from 255 or 26.40% from 534); Blue value is 221 (86.72% from 255 or 41.39% from 534); Max value from RGB is 221 - color contains mainly: blue. Hex color #AC8DDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC8DDD is #537222. Grayscale: #9F9F9F. Windows color (decimal): -5468707 or 14519724. OLE color: 14519724.

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

Color convert

RGB172141221-
CMYK0.220.3600.13
HSL263.25º54.05%70.98%-
HSV(B)263.25º36.2%86.67%-
XYZ39.5933.0472.7-
YUV159.39162.77137-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.21%
GREEN value IS 141 (55.47% from 255) = 26.40%
BLUE value IS 221 (86.72% from 255) = 41.39%
R=32.21%
G=26.40%
B=41.39%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1721412210.220.3600.13263.2554.0570.98
HexAC8DDD16240D1073647
Octal254215335264401540766107
Binary10101100100011011101110110110100100011011000001111101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8DDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8DDD; }

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

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

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

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

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

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

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

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