Html Css Color HEX #ABA2B3 Chatelle

📋 copy color: '#ABA2B3'

red 171 ◦ green 162 ◦ blue 179

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

Shades of Chatelle #ABA2B3

Tints of Chatelle #ABA2B3

RGB

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

 GREEN value IS 162 (63.67% from 255) = 31.64%

 BLUE value IS 179 (70.31% from 255) = 34.96%

R = 33.4%
G = 31.64%
B = 34.96%

CMYK

 C value IS 0.04

 M value IS 0.09

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#ABA2B3 (or 0xABA2B3) is known color: Chatelle. HEX triplet: AB, A2 and B3. RGB value is (171,162,179). Sum of RGB (Red+Green+Blue) = 171+162+179=512 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.40% from 512); Green value is 162 (63.67% from 255 or 31.64% from 512); Blue value is 179 (70.31% from 255 or 34.96% from 512); Max value from RGB is 179 - color contains mainly: blue. Hex color #ABA2B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA2B3 is #545D4C. Grayscale: #A6A6A6. Windows color (decimal): -5528909 or 11772587. OLE color: 11772587.

HSL color Cylindrical-coordinate representation of color #ABA2B3: hue angle of 271.76º degrees, saturation: 0.1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #ABA2B3 is Cyan = 0.04, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 171 162 179 -
CMYK 0.04 0.09 0 0.30
HSL 271.76º 0.1% 0.67% -
HSV(B) 271.76º 0.09% 0.7% -
XYZ 37.85 37.75 47.94 -
YUV 166.63 134.98 131.12 -
System Red Green Blue C M Y K H S L
Decimal 171 162 179 0.04 0.09 0 0.30 271.76 0.1 0.67
Hex AB A2 B3 4 9 0 1E 110 A 43
Octal 253 242 263 4 11 0 36 420 12 103
Binary 10101011 10100010 10110011 100 1001 0 11110 100010000 1010 1000011

Color Harmonies of #ABA2B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA2B3

Black with #ABA2B3

Text Example


Text Example

White with #ABA2B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA2B3; }

 p { color: rgb(171,162,179); }

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

background-color css

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

 a { background-color: rgb(171,162,179); }

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

border-color css

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

 span { border-color: rgb(171,162,179); }

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