Html Css Color HEX #ABA1B5 Chatelle

📋 copy color: '#ABA1B5'

red 171 ◦ green 161 ◦ blue 181

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

Shades of Chatelle #ABA1B5

Tints of Chatelle #ABA1B5

RGB

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

 GREEN value IS 161 (63.28% from 255) = 31.38%

 BLUE value IS 181 (71.09% from 255) = 35.28%

R = 33.33%
G = 31.38%
B = 35.28%

CMYK

 C value IS 0.06

 M value IS 0.11

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#ABA1B5 (or 0xABA1B5) is known color: Chatelle. HEX triplet: AB, A1 and B5. RGB value is (171,161,181). Sum of RGB (Red+Green+Blue) = 171+161+181=513 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.33% from 513); Green value is 161 (63.28% from 255 or 31.38% from 513); Blue value is 181 (71.09% from 255 or 35.28% from 513); Max value from RGB is 181 - color contains mainly: blue. Hex color #ABA1B5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA1B5 is #545E4A. Grayscale: #A6A6A6. Windows color (decimal): -5529163 or 11903403. OLE color: 11903403.

HSL color Cylindrical-coordinate representation of color #ABA1B5: hue angle of 270º degrees, saturation: 0.12, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ABA1B5 is Cyan = 0.06, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 171 161 181 -
CMYK 0.06 0.11 0 0.29
HSL 270º 0.12% 0.67% -
HSV(B) 270º 0.11% 0.71% -
XYZ 37.88 37.48 48.95 -
YUV 166.27 136.31 131.37 -
System Red Green Blue C M Y K H S L
Decimal 171 161 181 0.06 0.11 0 0.29 270 0.12 0.67
Hex AB A1 B5 6 B 0 1D 10E C 43
Octal 253 241 265 6 13 0 35 416 14 103
Binary 10101011 10100001 10110101 110 1011 0 11101 100001110 1100 1000011

Color Harmonies of #ABA1B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA1B5

Black with #ABA1B5

Text Example


Text Example

White with #ABA1B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA1B5; }

 p { color: rgb(171,161,181); }

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

background-color css

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

 a { background-color: rgb(171,161,181); }

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

border-color css

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

 span { border-color: rgb(171,161,181); }

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