#AC9EB1

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

Shades of Chatelle #AC9EB1

Tints of Chatelle #AC9EB1

Color information

#AC9EB1 (or 0xAC9EB1) is unknown color: approx Chatelle. HEX triplet: AC, 9E and B1. RGB value is (172,158,177). Sum of RGB (Red+Green+Blue) = 172+158+177=507 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.93% from 507); Green value is 158 (62.11% from 255 or 31.16% from 507); Blue value is 177 (69.53% from 255 or 34.91% from 507); Max value from RGB is 177 - color contains mainly: blue. Hex color #AC9EB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9EB1 is #53614E. Grayscale: #A4A4A4. Windows color (decimal): -5464399 or 11640492. OLE color: 11640492.

HSL color Cylindrical-coordinate representation of color #AC9EB1: hue angle of 284.21º degrees, saturation: 0.11, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AC9EB1 is Cyan = 0.03, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB172158177-
CMYK0.030.1100.31
HSL284.21º10.86%65.69%-
HSV(B)284.21º10.73%69.41%-
XYZ37.1836.446.66-
YUV164.35135.14133.46-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.93%
GREEN value IS 158 (62.11% from 255) = 31.16%
BLUE value IS 177 (69.53% from 255) = 34.91%
R=33.93%
G=31.16%
B=34.91%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1721581770.030.1100.31284.2110.8665.69
HexAC9EB13B01F11cb42
Octal25423626131303743413102
Binary10101100100111101011000111101101111110001110010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9EB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9EB1; }

 p { color: rgb(172,158,177); }

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

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

 a { background-color: rgb(172,158,177); }

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

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

 span { border-color: rgb(172,158,177); }

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