#AC8ECA

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

Shades of Biloba Flower #AC8ECA

Tints of Biloba Flower #AC8ECA

Color information

#AC8ECA (or 0xAC8ECA) is unknown color: approx Biloba Flower. HEX triplet: AC, 8E and CA. RGB value is (172,142,202). Sum of RGB (Red+Green+Blue) = 172+142+202=516 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.33% from 516); Green value is 142 (55.86% from 255 or 27.52% from 516); Blue value is 202 (79.30% from 255 or 39.15% from 516); Max value from RGB is 202 - color contains mainly: blue. Hex color #AC8ECA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC8ECA is #537135. Grayscale: #9D9D9D. Windows color (decimal): -5468470 or 13274796. OLE color: 13274796.

HSL color Cylindrical-coordinate representation of color #AC8ECA: hue angle of 270º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AC8ECA is Cyan = 0.15, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB172142202-
CMYK0.150.3000.21
HSL270º36.14%67.45%-
HSV(B)270º29.7%79.22%-
XYZ37.3532.3860.16-
YUV157.81152.94138.12-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.33%
GREEN value IS 142 (55.86% from 255) = 27.52%
BLUE value IS 202 (79.30% from 255) = 39.15%
R=33.33%
G=27.52%
B=39.15%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1721422020.150.3000.2127036.1467.45
HexAC8ECAF1E01510e2443
Octal254216312173602541644103
Binary1010110010001110110010101111111100101011000011101001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8ECA; }

 p { color: rgb(172,142,202); }

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

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

 a { background-color: rgb(172,142,202); }

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

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

 span { border-color: rgb(172,142,202); }

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