#AC9ECA

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

Shades of Biloba Flower #AC9ECA

Tints of Biloba Flower #AC9ECA

Color information

#AC9ECA (or 0xAC9ECA) is unknown color: approx Biloba Flower. HEX triplet: AC, 9E and CA. RGB value is (172,158,202). Sum of RGB (Red+Green+Blue) = 172+158+202=532 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.33% from 532); Green value is 158 (62.11% from 255 or 29.70% from 532); Blue value is 202 (79.30% from 255 or 37.97% from 532); Max value from RGB is 202 - color contains mainly: blue. Hex color #AC9ECA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC9ECA is #536135. Grayscale: #A7A7A7. Windows color (decimal): -5464374 or 13278892. OLE color: 13278892.

HSL color Cylindrical-coordinate representation of color #AC9ECA: hue angle of 259.09º degrees, saturation: 0.29, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AC9ECA is Cyan = 0.15, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB172158202-
CMYK0.150.2200.21
HSL259.09º29.33%70.59%-
HSV(B)259.09º21.78%79.22%-
XYZ39.937.4961.01-
YUV167.2147.64131.42-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.33%
GREEN value IS 158 (62.11% from 255) = 29.70%
BLUE value IS 202 (79.30% from 255) = 37.97%
R=32.33%
G=29.70%
B=37.97%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1721582020.150.2200.21259.0929.3370.59
HexAC9ECAF160151031d47
Octal254236312172602540335107
Binary101011001001111011001010111110110010101100000011111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9ECA; }

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

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

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

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

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

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

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

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