#ac8bd0

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

Shades of Biloba Flower #AC8BD0

Tints of Biloba Flower #AC8BD0

Color information

#AC8BD0 (or 0xAC8BD0) is unknown color: approx Biloba Flower. HEX triplet: AC, 8B and D0. RGB value is (172,139,208). Sum of RGB (Red+Green+Blue) = 172+139+208=519 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.14% from 519); Green value is 139 (54.69% from 255 or 26.78% from 519); Blue value is 208 (81.64% from 255 or 40.08% from 519); Max value from RGB is 208 - color contains mainly: blue. Hex color #AC8BD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC8BD0 is #53742F. Grayscale: #9C9C9C. Windows color (decimal): -5469232 or 13667244. OLE color: 13667244.

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

Color convert

RGB172139208-
CMYK0.170.3300.18
HSL268.7º42.33%68.04%-
HSV(B)268.7º33.17%81.57%-
XYZ37.6331.7963.83-
YUV156.73156.93138.89-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.14%
GREEN value IS 139 (54.69% from 255) = 26.78%
BLUE value IS 208 (81.64% from 255) = 40.08%
R=33.14%
G=26.78%
B=40.08%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1721392080.170.3300.18268.742.3368.04
HexAC8BD0112101210d2a44
Octal254213320214102241552104
Binary101011001000101111010000100011000010100101000011011010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ac8bd0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ac8bd0; }

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

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

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

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

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

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

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

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