Html Css Color HEX #AB9FAD Chatelle

📋 copy color: '#AB9FAD'

red 171 ◦ green 159 ◦ blue 173

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

Shades of Chatelle #AB9FAD

Tints of Chatelle #AB9FAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 34.39%

R = 34%
G = 31.61%
B = 34.39%

CMYK

 C value IS 0.01

 M value IS 0.08

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AB9FAD (or 0xAB9FAD) is known color: Chatelle. HEX triplet: AB, 9F and AD. RGB value is (171,159,173). Sum of RGB (Red+Green+Blue) = 171+159+173=503 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.00% from 503); Green value is 159 (62.5% from 255 or 31.61% from 503); Blue value is 173 (67.97% from 255 or 34.39% from 503); Max value from RGB is 173 - color contains mainly: blue. Hex color #AB9FAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9FAD is #546052. Grayscale: #A4A4A4. Windows color (decimal): -5529683 or 11378603. OLE color: 11378603.

HSL color Cylindrical-coordinate representation of color #AB9FAD: hue angle of 291.43º degrees, saturation: 0.08, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #AB9FAD is Cyan = 0.01, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 171 159 173 -
CMYK 0.01 0.08 0 0.32
HSL 291.43º 0.08% 0.65% -
HSV(B) 291.43º 0.08% 0.68% -
XYZ 36.74 36.47 44.64 -
YUV 164.18 132.98 132.86 -
System Red Green Blue C M Y K H S L
Decimal 171 159 173 0.01 0.08 0 0.32 291.43 0.08 0.65
Hex AB 9F AD 1 8 0 20 123 8 41
Octal 253 237 255 1 10 0 40 443 10 101
Binary 10101011 10011111 10101101 1 1000 0 100000 100100011 1000 1000001

Color Harmonies of #AB9FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9FAD

Black with #AB9FAD

Text Example


Text Example

White with #AB9FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9FAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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