#AC95C6

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

Shades of Biloba Flower #AC95C6

Tints of Biloba Flower #AC95C6

Color information

#AC95C6 (or 0xAC95C6) is unknown color: approx Biloba Flower. HEX triplet: AC, 95 and C6. RGB value is (172,149,198). Sum of RGB (Red+Green+Blue) = 172+149+198=519 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.14% from 519); Green value is 149 (58.59% from 255 or 28.71% from 519); Blue value is 198 (77.73% from 255 or 38.15% from 519); Max value from RGB is 198 - color contains mainly: blue. Hex color #AC95C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC95C6 is #536A39. Grayscale: #A1A1A1. Windows color (decimal): -5466682 or 13014444. OLE color: 13014444.

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

Color convert

RGB172149198-
CMYK0.130.2500.22
HSL268.16º30.06%68.04%-
HSV(B)268.16º24.75%77.65%-
XYZ37.9534.3458.05-
YUV161.46148.62135.52-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.14%
GREEN value IS 149 (58.59% from 255) = 28.71%
BLUE value IS 198 (77.73% from 255) = 38.15%
R=33.14%
G=28.71%
B=38.15%

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
Decimal1721491980.130.2500.22268.1630.0668.04
HexAC95C6D1901610c1e44
Octal254225306153102641436104
Binary101011001001010111000110110111001010110100001100111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC95C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC95C6; }

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

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

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

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

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

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

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

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