#A7B4C1

Color #A7B4C1 Heather (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Heather #A7B4C1

Tints of Heather #A7B4C1

Color information

#A7B4C1 (or 0xA7B4C1) is unknown color: approx Heather. HEX triplet: A7, B4 and C1. RGB value is (167,180,193). Sum of RGB (Red+Green+Blue) = 167+180+193=540 (71% of max value = 765). Red value is 167 (65.62% from 255 or 30.93% from 540); Green value is 180 (70.70% from 255 or 33.33% from 540); Blue value is 193 (75.78% from 255 or 35.74% from 540); Max value from RGB is 193 - color contains mainly: blue. Hex color #A7B4C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7B4C1 is #584B3E. Grayscale: #B1B1B1. Windows color (decimal): -5786431 or 12694695. OLE color: 12694695.

HSL color Cylindrical-coordinate representation of color #A7B4C1: hue angle of 210º degrees, saturation: 0.17, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A7B4C1 is Cyan = 0.13, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB167180193-
CMYK0.130.0700.24
HSL210º17.33%70.59%-
HSV(B)210º13.47%75.69%-
XYZ41.8844.7156.87-
YUV177.6136.69120.44-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 30.93%
GREEN value IS 180 (70.70% from 255) = 33.33%
BLUE value IS 193 (75.78% from 255) = 35.74%
R=30.93%
G=33.33%
B=35.74%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1671801930.130.0700.2421017.3370.59
HexA7B4C1D7018d21147
Octal24726430115703032221107
Binary101001111011010011000001110111101100011010010100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7B4C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7B4C1; }

 p { color: rgb(167,180,193); }

 H1.HeaderClassName
 {
   color: #A7B4C1;
 }
 .AnyTagClassName
 {
   color: #A7B4C1;
 }
</style>
background-color css

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

 a { background-color: rgb(167,180,193); }

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

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

 span { border-color: rgb(167,180,193); }

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