#AC9DC6

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

Shades of Biloba Flower #AC9DC6

Tints of Biloba Flower #AC9DC6

Color information

#AC9DC6 (or 0xAC9DC6) is unknown color: approx Biloba Flower. HEX triplet: AC, 9D and C6. RGB value is (172,157,198). Sum of RGB (Red+Green+Blue) = 172+157+198=527 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.64% from 527); Green value is 157 (61.72% from 255 or 29.79% from 527); Blue value is 198 (77.73% from 255 or 37.57% from 527); Max value from RGB is 198 - color contains mainly: blue. Hex color #AC9DC6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC9DC6 is #536239. Grayscale: #A6A6A6. Windows color (decimal): -5464634 or 13016492. OLE color: 13016492.

HSL color Cylindrical-coordinate representation of color #AC9DC6: hue angle of 261.95º degrees, saturation: 0.26, 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 #AC9DC6 is Cyan = 0.13, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB172157198-
CMYK0.130.2100.22
HSL261.95º26.45%69.61%-
HSV(B)261.95º20.71%77.65%-
XYZ39.2636.9658.49-
YUV166.16145.97132.17-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.64%
GREEN value IS 157 (61.72% from 255) = 29.79%
BLUE value IS 198 (77.73% from 255) = 37.57%
R=32.64%
G=29.79%
B=37.57%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1721571980.130.2100.22261.9526.4569.61
HexAC9DC6D150161061a46
Octal254235306152502640632106
Binary101011001001110111000110110110101010110100000110110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9DC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9DC6; }

 p { color: rgb(172,157,198); }

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

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

 a { background-color: rgb(172,157,198); }

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

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

 span { border-color: rgb(172,157,198); }

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