#AC9AC8

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

Shades of Biloba Flower #AC9AC8

Tints of Biloba Flower #AC9AC8

Color information

#AC9AC8 (or 0xAC9AC8) is unknown color: approx Biloba Flower. HEX triplet: AC, 9A and C8. RGB value is (172,154,200). Sum of RGB (Red+Green+Blue) = 172+154+200=526 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.70% from 526); Green value is 154 (60.55% from 255 or 29.28% from 526); Blue value is 200 (78.52% from 255 or 38.02% from 526); Max value from RGB is 200 - color contains mainly: blue. Hex color #AC9AC8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC9AC8 is #536537. Grayscale: #A4A4A4. Windows color (decimal): -5465400 or 13146796. OLE color: 13146796.

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

Color convert

RGB172154200-
CMYK0.140.2300.22
HSL263.48º29.49%69.41%-
HSV(B)263.48º23%78.43%-
XYZ38.9936.0559.55-
YUV164.63147.96133.26-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.70%
GREEN value IS 154 (60.55% from 255) = 29.28%
BLUE value IS 200 (78.52% from 255) = 38.02%
R=32.70%
G=29.28%
B=38.02%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1721542000.140.2300.22263.4829.4969.41
HexAC9AC8E170161071d45
Octal254232310162702640735105
Binary101011001001101011001000111010111010110100000111111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9AC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9AC8; }

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

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

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

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

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

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

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

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