Html Css Color HEX #AB9BAF Chatelle

📋 copy color: '#AB9BAF'

red 171 ◦ green 155 ◦ blue 175

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

Shades of Chatelle #AB9BAF

Tints of Chatelle #AB9BAF

RGB

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

 GREEN value IS 155 (60.94% from 255) = 30.94%

 BLUE value IS 175 (68.75% from 255) = 34.93%

R = 34.13%
G = 30.94%
B = 34.93%

CMYK

 C value IS 0.02

 M value IS 0.11

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AB9BAF (or 0xAB9BAF) is known color: Chatelle. HEX triplet: AB, 9B and AF. RGB value is (171,155,175). Sum of RGB (Red+Green+Blue) = 171+155+175=501 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.13% from 501); Green value is 155 (60.94% from 255 or 30.94% from 501); Blue value is 175 (68.75% from 255 or 34.93% from 501); Max value from RGB is 175 - color contains mainly: blue. Hex color #AB9BAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9BAF is #546450. Grayscale: #A2A2A2. Windows color (decimal): -5530705 or 11508651. OLE color: 11508651.

HSL color Cylindrical-coordinate representation of color #AB9BAF: hue angle of 288º 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 #AB9BAF is Cyan = 0.02, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 171 155 175 -
CMYK 0.02 0.11 0 0.31
HSL 288º 0.11% 0.65% -
HSV(B) 288º 0.11% 0.69% -
XYZ 36.25 35.2 45.44 -
YUV 162.06 135.3 134.37 -
System Red Green Blue C M Y K H S L
Decimal 171 155 175 0.02 0.11 0 0.31 288 0.11 0.65
Hex AB 9B AF 2 B 0 1F 120 B 41
Octal 253 233 257 2 13 0 37 440 13 101
Binary 10101011 10011011 10101111 10 1011 0 11111 100100000 1011 1000001

Color Harmonies of #AB9BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9BAF

Black with #AB9BAF

Text Example


Text Example

White with #AB9BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9BAF; }

 p { color: rgb(171,155,175); }

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

background-color css

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

 a { background-color: rgb(171,155,175); }

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

border-color css

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

 span { border-color: rgb(171,155,175); }

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