#AC87D1

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

Shades of Biloba Flower #AC87D1

Tints of Biloba Flower #AC87D1

Color information

#AC87D1 (or 0xAC87D1) is unknown color: approx Biloba Flower. HEX triplet: AC, 87 and D1. RGB value is (172,135,209). Sum of RGB (Red+Green+Blue) = 172+135+209=516 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.33% from 516); Green value is 135 (53.12% from 255 or 26.16% from 516); Blue value is 209 (82.03% from 255 or 40.50% from 516); Max value from RGB is 209 - color contains mainly: blue. Hex color #AC87D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC87D1 is #53782E. Grayscale: #9A9A9A. Windows color (decimal): -5470255 or 13731756. OLE color: 13731756.

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

Color convert

RGB172135209-
CMYK0.180.3500.18
HSL270º44.58%67.45%-
HSV(B)270º35.41%81.96%-
XYZ37.1930.764.29-
YUV154.5158.76140.48-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.33%
GREEN value IS 135 (53.12% from 255) = 26.16%
BLUE value IS 209 (82.03% from 255) = 40.50%
R=33.33%
G=26.16%
B=40.50%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1721352090.180.3500.1827044.5867.45
HexAC87D1122301210e2d43
Octal254207321224302241655103
Binary101011001000011111010001100101000110100101000011101011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC87D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC87D1; }

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

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

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

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

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

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

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

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