#AC87DD

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

Shades of Biloba Flower #AC87DD

Tints of Biloba Flower #AC87DD

Color information

#AC87DD (or 0xAC87DD) is unknown color: approx Biloba Flower. HEX triplet: AC, 87 and DD. RGB value is (172,135,221). Sum of RGB (Red+Green+Blue) = 172+135+221=528 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.58% from 528); Green value is 135 (53.12% from 255 or 25.57% from 528); Blue value is 221 (86.72% from 255 or 41.86% from 528); Max value from RGB is 221 - color contains mainly: blue. Hex color #AC87DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC87DD is #537822. Grayscale: #9B9B9B. Windows color (decimal): -5470243 or 14518188. OLE color: 14518188.

HSL color Cylindrical-coordinate representation of color #AC87DD: hue angle of 265.81º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AC87DD is Cyan = 0.22, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB172135221-
CMYK0.220.3900.13
HSL265.81º55.84%69.8%-
HSV(B)265.81º38.91%86.67%-
XYZ38.7331.3272.41-
YUV155.87164.76139.51-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.58%
GREEN value IS 135 (53.12% from 255) = 25.57%
BLUE value IS 221 (86.72% from 255) = 41.86%
R=32.58%
G=25.57%
B=41.86%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1721352210.220.3900.13265.8155.8469.8
HexAC87DD16270D10a3846
Octal254207335264701541270106
Binary10101100100001111101110110110100111011011000010101110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC87DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC87DD; }

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

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

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

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

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

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

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

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