Html Css Color HEX #A3ABB3 Grey Chateau

📋 copy color: '#A3ABB3'

red 163 ◦ green 171 ◦ blue 179

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

Shades of Grey Chateau #A3ABB3

Tints of Grey Chateau #A3ABB3

RGB

 RED value IS 163 (64.06% from 255) = 31.77%

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

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

R = 31.77%
G = 33.33%
B = 34.89%

CMYK

 C value IS 0.09

 M value IS 0.04

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#A3ABB3 (or 0xA3ABB3) is known color: Grey Chateau. HEX triplet: A3, AB and B3. RGB value is (163,171,179). Sum of RGB (Red+Green+Blue) = 163+171+179=513 (67% of max value = 765). Red value is 163 (64.06% from 255 or 31.77% from 513); Green value is 171 (67.19% from 255 or 33.33% from 513); Blue value is 179 (70.31% from 255 or 34.89% from 513); Max value from RGB is 179 - color contains mainly: blue. Hex color #A3ABB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A3ABB3 is #5C544C. Grayscale: #A9A9A9. Windows color (decimal): -6050893 or 11774883. OLE color: 11774883.

HSL color Cylindrical-coordinate representation of color #A3ABB3: hue angle of 210º 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 #A3ABB3 is Cyan = 0.09, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 163 171 179 -
CMYK 0.09 0.04 0 0.30
HSL 210º 0.1% 0.67% -
HSV(B) 210º 0.09% 0.7% -
XYZ 37.8 40.17 48.41 -
YUV 169.52 133.35 123.35 -
System Red Green Blue C M Y K H S L
Decimal 163 171 179 0.09 0.04 0 0.30 210 0.1 0.67
Hex A3 AB B3 9 4 0 1E D2 A 43
Octal 243 253 263 11 4 0 36 322 12 103
Binary 10100011 10101011 10110011 1001 100 0 11110 11010010 1010 1000011

Color Harmonies of #A3ABB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3ABB3

Black with #A3ABB3

Text Example


Text Example

White with #A3ABB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3ABB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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