Html Css Color HEX #AB9DB1 Chatelle

📋 copy color: '#AB9DB1'

red 171 ◦ green 157 ◦ blue 177

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

Shades of Chatelle #AB9DB1

Tints of Chatelle #AB9DB1

RGB

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

 GREEN value IS 157 (61.72% from 255) = 31.09%

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

R = 33.86%
G = 31.09%
B = 35.05%

CMYK

 C value IS 0.03

 M value IS 0.11

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AB9DB1 (or 0xAB9DB1) is known color: Chatelle. HEX triplet: AB, 9D and B1. RGB value is (171,157,177). Sum of RGB (Red+Green+Blue) = 171+157+177=505 (66% of max value = 765). Red value is 171 (67.19% from 255 or 33.86% from 505); Green value is 157 (61.72% from 255 or 31.09% from 505); Blue value is 177 (69.53% from 255 or 35.05% from 505); Max value from RGB is 177 - color contains mainly: blue. Hex color #AB9DB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9DB1 is #54624E. Grayscale: #A3A3A3. Windows color (decimal): -5530191 or 11640235. OLE color: 11640235.

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

Color convert

RGB 171 157 177 -
CMYK 0.03 0.11 0 0.31
HSL 282º 0.11% 0.65% -
HSV(B) 282º 0.11% 0.69% -
XYZ 36.79 35.95 46.59 -
YUV 163.47 135.64 133.37 -
System Red Green Blue C M Y K H S L
Decimal 171 157 177 0.03 0.11 0 0.31 282 0.11 0.65
Hex AB 9D B1 3 B 0 1F 11A B 41
Octal 253 235 261 3 13 0 37 432 13 101
Binary 10101011 10011101 10110001 11 1011 0 11111 100011010 1011 1000001

Color Harmonies of #AB9DB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9DB1

Black with #AB9DB1

Text Example


Text Example

White with #AB9DB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9DB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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