#AC9EC4

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

Shades of Biloba Flower #AC9EC4

Tints of Biloba Flower #AC9EC4

Color information

#AC9EC4 (or 0xAC9EC4) is unknown color: approx Biloba Flower. HEX triplet: AC, 9E and C4. RGB value is (172,158,196). Sum of RGB (Red+Green+Blue) = 172+158+196=526 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.70% from 526); Green value is 158 (62.11% from 255 or 30.04% from 526); Blue value is 196 (76.95% from 255 or 37.26% from 526); Max value from RGB is 196 - color contains mainly: blue. Hex color #AC9EC4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC9EC4 is #53613B. Grayscale: #A6A6A6. Windows color (decimal): -5464380 or 12885676. OLE color: 12885676.

HSL color Cylindrical-coordinate representation of color #AC9EC4: hue angle of 262.11º degrees, saturation: 0.24, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AC9EC4 is Cyan = 0.12, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB172158196-
CMYK0.120.1900.23
HSL262.11º24.36%69.41%-
HSV(B)262.11º19.39%76.86%-
XYZ39.237.2157.34-
YUV166.52144.64131.91-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.70%
GREEN value IS 158 (62.11% from 255) = 30.04%
BLUE value IS 196 (76.95% from 255) = 37.26%
R=32.70%
G=30.04%
B=37.26%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1721581960.120.1900.23262.1124.3669.41
HexAC9EC4C130171061845
Octal254236304142302740630105
Binary101011001001111011000100110010011010111100000110110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9EC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9EC4; }

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

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

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

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

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

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

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

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