#AC87DE

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

Shades of Biloba Flower #AC87DE

Tints of Biloba Flower #AC87DE

Color information

#AC87DE (or 0xAC87DE) is unknown color: approx Biloba Flower. HEX triplet: AC, 87 and DE. RGB value is (172,135,222). Sum of RGB (Red+Green+Blue) = 172+135+222=529 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.51% from 529); Green value is 135 (53.12% from 255 or 25.52% from 529); Blue value is 222 (87.11% from 255 or 41.97% from 529); Max value from RGB is 222 - color contains mainly: blue. Hex color #AC87DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC87DE is #537821. Grayscale: #9B9B9B. Windows color (decimal): -5470242 or 14583724. OLE color: 14583724.

HSL color Cylindrical-coordinate representation of color #AC87DE: hue angle of 265.52º degrees, saturation: 0.57, 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 #AC87DE is Cyan = 0.23, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB172135222-
CMYK0.230.3900.13
HSL265.52º56.86%70%-
HSV(B)265.52º39.19%87.06%-
XYZ38.8631.3773.11-
YUV155.98165.26139.43-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.51%
GREEN value IS 135 (53.12% from 255) = 25.52%
BLUE value IS 222 (87.11% from 255) = 41.97%
R=32.51%
G=25.52%
B=41.97%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1721352220.230.3900.13265.5256.8670
HexAC87DE17270D10a3946
Octal254207336274701541271106
Binary10101100100001111101111010111100111011011000010101110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC87DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC87DE; }

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

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

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

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

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

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

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

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