#AC94C6

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

Shades of Biloba Flower #AC94C6

Tints of Biloba Flower #AC94C6

Color information

#AC94C6 (or 0xAC94C6) is unknown color: approx Biloba Flower. HEX triplet: AC, 94 and C6. RGB value is (172,148,198). Sum of RGB (Red+Green+Blue) = 172+148+198=518 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.20% from 518); Green value is 148 (58.20% from 255 or 28.57% from 518); Blue value is 198 (77.73% from 255 or 38.22% from 518); Max value from RGB is 198 - color contains mainly: blue. Hex color #AC94C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC94C6 is #536B39. Grayscale: #A0A0A0. Windows color (decimal): -5466938 or 13014188. OLE color: 13014188.

HSL color Cylindrical-coordinate representation of color #AC94C6: hue angle of 268.8º degrees, saturation: 0.3, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AC94C6 is Cyan = 0.13, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB172148198-
CMYK0.130.2500.22
HSL268.8º30.49%67.84%-
HSV(B)268.8º25.25%77.65%-
XYZ37.834.0358-
YUV160.88148.95135.93-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.20%
GREEN value IS 148 (58.20% from 255) = 28.57%
BLUE value IS 198 (77.73% from 255) = 38.22%
R=33.20%
G=28.57%
B=38.22%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1721481980.130.2500.22268.830.4967.84
HexAC94C6D1901610d1e44
Octal254224306153102641536104
Binary101011001001010011000110110111001010110100001101111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC94C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC94C6; }

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

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

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

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

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

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

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

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