#AC86D5

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

Shades of Biloba Flower #AC86D5

Tints of Biloba Flower #AC86D5

Color information

#AC86D5 (or 0xAC86D5) is unknown color: approx Biloba Flower. HEX triplet: AC, 86 and D5. RGB value is (172,134,213). Sum of RGB (Red+Green+Blue) = 172+134+213=519 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.14% from 519); Green value is 134 (52.73% from 255 or 25.82% from 519); Blue value is 213 (83.59% from 255 or 41.04% from 519); Max value from RGB is 213 - color contains mainly: blue. Hex color #AC86D5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC86D5 is #53792A. Grayscale: #9A9A9A. Windows color (decimal): -5470507 or 13993644. OLE color: 13993644.

HSL color Cylindrical-coordinate representation of color #AC86D5: hue angle of 268.86º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AC86D5 is Cyan = 0.19, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB172134213-
CMYK0.190.3700.16
HSL268.86º48.47%68.04%-
HSV(B)268.86º37.09%83.53%-
XYZ37.5530.6266.88-
YUV154.37161.09140.58-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.14%
GREEN value IS 134 (52.73% from 255) = 25.82%
BLUE value IS 213 (83.59% from 255) = 41.04%
R=33.14%
G=25.82%
B=41.04%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1721342130.190.3700.16268.8648.4768.04
HexAC86D5132501010d3044
Octal254206325234502041560104
Binary101011001000011011010101100111001010100001000011011100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC86D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC86D5; }

 p { color: rgb(172,134,213); }

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

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

 a { background-color: rgb(172,134,213); }

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

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

 span { border-color: rgb(172,134,213); }

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