Html Css Color HEX #ABA0B5 Chatelle

📋 copy color: '#ABA0B5'

red 171 ◦ green 160 ◦ blue 181

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

Shades of Chatelle #ABA0B5

Tints of Chatelle #ABA0B5

RGB

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

 GREEN value IS 160 (62.89% from 255) = 31.25%

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

R = 33.4%
G = 31.25%
B = 35.35%

CMYK

 C value IS 0.06

 M value IS 0.12

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#ABA0B5 (or 0xABA0B5) is known color: Chatelle. HEX triplet: AB, A0 and B5. RGB value is (171,160,181). Sum of RGB (Red+Green+Blue) = 171+160+181=512 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.40% from 512); Green value is 160 (62.89% from 255 or 31.25% from 512); Blue value is 181 (71.09% from 255 or 35.35% from 512); Max value from RGB is 181 - color contains mainly: blue. Hex color #ABA0B5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA0B5 is #545F4A. Grayscale: #A5A5A5. Windows color (decimal): -5529419 or 11903147. OLE color: 11903147.

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

Color convert

RGB 171 160 181 -
CMYK 0.06 0.12 0 0.29
HSL 271.43º 0.12% 0.67% -
HSV(B) 271.43º 0.12% 0.71% -
XYZ 37.71 37.14 48.9 -
YUV 165.68 136.64 131.79 -
System Red Green Blue C M Y K H S L
Decimal 171 160 181 0.06 0.12 0 0.29 271.43 0.12 0.67
Hex AB A0 B5 6 C 0 1D 10F C 43
Octal 253 240 265 6 14 0 35 417 14 103
Binary 10101011 10100000 10110101 110 1100 0 11101 100001111 1100 1000011

Color Harmonies of #ABA0B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA0B5

Black with #ABA0B5

Text Example


Text Example

White with #ABA0B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA0B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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