#AC87F2

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

Shades of Biloba Flower #AC87F2

Tints of Biloba Flower #AC87F2

Color information

#AC87F2 (or 0xAC87F2) is unknown color: approx Biloba Flower. HEX triplet: AC, 87 and F2. RGB value is (172,135,242). Sum of RGB (Red+Green+Blue) = 172+135+242=549 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.33% from 549); Green value is 135 (53.12% from 255 or 24.59% from 549); Blue value is 242 (94.92% from 255 or 44.08% from 549); Max value from RGB is 242 - color contains mainly: blue. Hex color #AC87F2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC87F2 is #53780D. Grayscale: #9D9D9D. Windows color (decimal): -5470222 or 15894444. OLE color: 15894444.

HSL color Cylindrical-coordinate representation of color #AC87F2: hue angle of 260.75º degrees, saturation: 0.8, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AC87F2 is Cyan = 0.29, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB172135242-
CMYK0.290.4400.05
HSL260.75º80.45%73.92%-
HSV(B)260.75º44.21%94.9%-
XYZ41.732.5188.08-
YUV158.26175.26137.8-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.33%
GREEN value IS 135 (53.12% from 255) = 24.59%
BLUE value IS 242 (94.92% from 255) = 44.08%
R=31.33%
G=24.59%
B=44.08%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1721352420.290.4400.05260.7580.4573.92
HexAC87F21D2C05105504a
Octal254207362355405405120112
Binary10101100100001111111001011101101100010110000010110100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC87F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC87F2; }

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

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

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

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

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

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

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

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