#AC95EC

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

Shades of Biloba Flower #AC95EC

Tints of Biloba Flower #AC95EC

Color information

#AC95EC (or 0xAC95EC) is unknown color: approx Biloba Flower. HEX triplet: AC, 95 and EC. RGB value is (172,149,236). Sum of RGB (Red+Green+Blue) = 172+149+236=557 (73% of max value = 765). Red value is 172 (67.58% from 255 or 30.88% from 557); Green value is 149 (58.59% from 255 or 26.75% from 557); Blue value is 236 (92.58% from 255 or 42.37% from 557); Max value from RGB is 236 - color contains mainly: blue. Hex color #AC95EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC95EC is #536A13. Grayscale: #A5A5A5. Windows color (decimal): -5466644 or 15504812. OLE color: 15504812.

HSL color Cylindrical-coordinate representation of color #AC95EC: hue angle of 255.86º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AC95EC is Cyan = 0.27, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB172149236-
CMYK0.270.3700.07
HSL255.86º69.6%75.49%-
HSV(B)255.86º36.86%92.55%-
XYZ42.936.3284.11-
YUV165.8167.62132.43-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.88%
GREEN value IS 149 (58.59% from 255) = 26.75%
BLUE value IS 236 (92.58% from 255) = 42.37%
R=30.88%
G=26.75%
B=42.37%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1721492360.270.3700.07255.8669.675.49
HexAC95EC1B2507100464b
Octal254225354334507400106113
Binary10101100100101011110110011011100101011110000000010001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC95EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC95EC; }

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

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

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

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

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

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

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

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