#AC9EC8

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

Shades of Biloba Flower #AC9EC8

Tints of Biloba Flower #AC9EC8

Color information

#AC9EC8 (or 0xAC9EC8) is unknown color: approx Biloba Flower. HEX triplet: AC, 9E and C8. RGB value is (172,158,200). Sum of RGB (Red+Green+Blue) = 172+158+200=530 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.45% from 530); Green value is 158 (62.11% from 255 or 29.81% from 530); Blue value is 200 (78.52% from 255 or 37.74% from 530); Max value from RGB is 200 - color contains mainly: blue. Hex color #AC9EC8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC9EC8 is #536137. Grayscale: #A6A6A6. Windows color (decimal): -5464376 or 13147820. OLE color: 13147820.

HSL color Cylindrical-coordinate representation of color #AC9EC8: hue angle of 260º degrees, saturation: 0.28, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AC9EC8 is Cyan = 0.14, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB172158200-
CMYK0.140.2100.22
HSL260º27.63%70.2%-
HSV(B)260º21%78.43%-
XYZ39.6737.3959.77-
YUV166.97146.64131.58-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.45%
GREEN value IS 158 (62.11% from 255) = 29.81%
BLUE value IS 200 (78.52% from 255) = 37.74%
R=32.45%
G=29.81%
B=37.74%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1721582000.140.2100.2226027.6370.2
HexAC9EC8E150161041c46
Octal254236310162502640434106
Binary101011001001111011001000111010101010110100000100111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9EC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9EC8; }

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

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

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

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

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

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

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

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