#AC8DD1

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

Shades of Biloba Flower #AC8DD1

Tints of Biloba Flower #AC8DD1

Color information

#AC8DD1 (or 0xAC8DD1) is unknown color: approx Biloba Flower. HEX triplet: AC, 8D and D1. RGB value is (172,141,209). Sum of RGB (Red+Green+Blue) = 172+141+209=522 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.95% from 522); Green value is 141 (55.47% from 255 or 27.01% from 522); Blue value is 209 (82.03% from 255 or 40.04% from 522); Max value from RGB is 209 - color contains mainly: blue. Hex color #AC8DD1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC8DD1 is #53722E. Grayscale: #9D9D9D. Windows color (decimal): -5468719 or 13733292. OLE color: 13733292.

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

Color convert

RGB172141209-
CMYK0.180.3300.18
HSL267.35º42.5%68.63%-
HSV(B)267.35º32.54%81.96%-
XYZ38.0532.4264.57-
YUV158.02156.77137.97-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.95%
GREEN value IS 141 (55.47% from 255) = 27.01%
BLUE value IS 209 (82.03% from 255) = 40.04%
R=32.95%
G=27.01%
B=40.04%

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
Decimal1721412090.180.3300.18267.3542.568.63
HexAC8DD1122101210b2a45
Octal254215321224102241352105
Binary101011001000110111010001100101000010100101000010111010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8DD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8DD1; }

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

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

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

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

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

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

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

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