Html Css Color HEX #AB9FB1 Chatelle

📋 copy color: '#AB9FB1'

red 171 ◦ green 159 ◦ blue 177

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

Shades of Chatelle #AB9FB1

Tints of Chatelle #AB9FB1

RGB

 RED value IS 171 (67.19% from 255) = 33.73%

 GREEN value IS 159 (62.5% from 255) = 31.36%

 BLUE value IS 177 (69.53% from 255) = 34.91%

R = 33.73%
G = 31.36%
B = 34.91%

CMYK

 C value IS 0.03

 M value IS 0.10

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AB9FB1 (or 0xAB9FB1) is known color: Chatelle. HEX triplet: AB, 9F and B1. RGB value is (171,159,177). Sum of RGB (Red+Green+Blue) = 171+159+177=507 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.73% from 507); Green value is 159 (62.5% from 255 or 31.36% 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 #AB9FB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9FB1 is #54604E. Grayscale: #A4A4A4. Windows color (decimal): -5529679 or 11640747. OLE color: 11640747.

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

Color convert

RGB 171 159 177 -
CMYK 0.03 0.10 0 0.31
HSL 280º 0.1% 0.66% -
HSV(B) 280º 0.1% 0.69% -
XYZ 37.13 36.63 46.71 -
YUV 164.64 134.98 132.54 -
System Red Green Blue C M Y K H S L
Decimal 171 159 177 0.03 0.10 0 0.31 280 0.1 0.66
Hex AB 9F B1 3 A 0 1F 118 A 42
Octal 253 237 261 3 12 0 37 430 12 102
Binary 10101011 10011111 10110001 11 1010 0 11111 100011000 1010 1000010

Color Harmonies of #AB9FB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9FB1

Black with #AB9FB1

Text Example


Text Example

White with #AB9FB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9FB1; }

 p { color: rgb(171,159,177); }

 H1.HeaderClassName
 {
   color: #AB9FB1;
 }
 .AnyTagClassName
 {
   color: #AB9FB1;
 }
</style>

background-color css

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

 a { background-color: rgb(171,159,177); }

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

border-color css

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

 span { border-color: rgb(171,159,177); }

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