#AC8DD0

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

Shades of Biloba Flower #AC8DD0

Tints of Biloba Flower #AC8DD0

Color information

#AC8DD0 (or 0xAC8DD0) is unknown color: approx Biloba Flower. HEX triplet: AC, 8D and D0. RGB value is (172,141,208). Sum of RGB (Red+Green+Blue) = 172+141+208=521 (69% of max value = 765). Red value is 172 (67.58% from 255 or 33.01% from 521); Green value is 141 (55.47% from 255 or 27.06% from 521); Blue value is 208 (81.64% from 255 or 39.92% from 521); Max value from RGB is 208 - color contains mainly: blue. Hex color #AC8DD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC8DD0 is #53722F. Grayscale: #9D9D9D. Windows color (decimal): -5468720 or 13667756. OLE color: 13667756.

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

Color convert

RGB172141208-
CMYK0.170.3200.18
HSL267.76º41.61%68.43%-
HSV(B)267.76º32.21%81.57%-
XYZ37.9232.3763.92-
YUV157.91156.27138.05-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.01%
GREEN value IS 141 (55.47% from 255) = 27.06%
BLUE value IS 208 (81.64% from 255) = 39.92%
R=33.01%
G=27.06%
B=39.92%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1721412080.170.3200.18267.7641.6168.43
HexAC8DD0112001210c2a44
Octal254215320214002241452104
Binary101011001000110111010000100011000000100101000011001010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8DD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8DD0; }

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

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

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

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

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

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

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

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