#AC9BB1

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

Shades of Chatelle #AC9BB1

Tints of Chatelle #AC9BB1

Color information

#AC9BB1 (or 0xAC9BB1) is unknown color: approx Chatelle. HEX triplet: AC, 9B and B1. RGB value is (172,155,177). Sum of RGB (Red+Green+Blue) = 172+155+177=504 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.13% from 504); Green value is 155 (60.94% from 255 or 30.75% from 504); Blue value is 177 (69.53% from 255 or 35.12% from 504); Max value from RGB is 177 - color contains mainly: blue. Hex color #AC9BB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9BB1 is #53644E. Grayscale: #A2A2A2. Windows color (decimal): -5465167 or 11639724. OLE color: 11639724.

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

Color convert

RGB172155177-
CMYK0.030.1200.31
HSL286.36º12.36%65.1%-
HSV(B)286.36º12.43%69.41%-
XYZ36.6735.3946.49-
YUV162.59136.13134.71-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.13%
GREEN value IS 155 (60.94% from 255) = 30.75%
BLUE value IS 177 (69.53% from 255) = 35.12%
R=34.13%
G=30.75%
B=35.12%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1721551770.030.1200.31286.3612.3665.1
HexAC9BB13C01F11ec41
Octal25423326131403743614101
Binary10101100100110111011000111110001111110001111011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9BB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9BB1; }

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

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

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

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

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

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

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

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