Html Css Color HEX #AB9AB1 Chatelle

📋 copy color: '#AB9AB1'

red 171 ◦ green 154 ◦ blue 177

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

Shades of Chatelle #AB9AB1

Tints of Chatelle #AB9AB1

RGB

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

 GREEN value IS 154 (60.55% from 255) = 30.68%

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

R = 34.06%
G = 30.68%
B = 35.26%

CMYK

 C value IS 0.03

 M value IS 0.13

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AB9AB1 (or 0xAB9AB1) is known color: Chatelle. HEX triplet: AB, 9A and B1. RGB value is (171,154,177). Sum of RGB (Red+Green+Blue) = 171+154+177=502 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.06% from 502); Green value is 154 (60.55% from 255 or 30.68% from 502); Blue value is 177 (69.53% from 255 or 35.26% from 502); Max value from RGB is 177 - color contains mainly: blue. Hex color #AB9AB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9AB1 is #54654E. Grayscale: #A1A1A1. Windows color (decimal): -5530959 or 11639467. OLE color: 11639467.

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

Color convert

RGB 171 154 177 -
CMYK 0.03 0.13 0 0.31
HSL 284.35º 0.13% 0.65% -
HSV(B) 284.35º 0.13% 0.69% -
XYZ 36.29 34.94 46.43 -
YUV 161.71 136.63 134.63 -
System Red Green Blue C M Y K H S L
Decimal 171 154 177 0.03 0.13 0 0.31 284.35 0.13 0.65
Hex AB 9A B1 3 D 0 1F 11C D 41
Octal 253 232 261 3 15 0 37 434 15 101
Binary 10101011 10011010 10110001 11 1101 0 11111 100011100 1101 1000001

Color Harmonies of #AB9AB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9AB1

Black with #AB9AB1

Text Example


Text Example

White with #AB9AB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9AB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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