Html Css Color HEX #AC9BB1 Chatelle

📋 copy color: '#AC9BB1'

red 172 ◦ green 155 ◦ blue 177

#AC9BB1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chatelle #AC9BB1

Tints of Chatelle #AC9BB1

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 value IS 0.03

 M value IS 0.12

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AC9BB1 (or 0xAC9BB1) is known color: 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

RGB 172 155 177 -
CMYK 0.03 0.12 0 0.31
HSL 286.36º 0.12% 0.65% -
HSV(B) 286.36º 0.12% 0.69% -
XYZ 36.67 35.39 46.49 -
YUV 162.59 136.13 134.71 -
System Red Green Blue C M Y K H S L
Decimal 172 155 177 0.03 0.12 0 0.31 286.36 0.12 0.65
Hex AC 9B B1 3 C 0 1F 11E C 41
Octal 254 233 261 3 14 0 37 436 14 101
Binary 10101100 10011011 10110001 11 1100 0 11111 100011110 1100 1000001

Color Harmonies of #AC9BB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9BB1

Black with #AC9BB1

Text Example


Text Example

White with #AC9BB1

Text Example


Text Example

HTML Codes & Css Web 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>