#A4B3C1

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

Shades of Heather #A4B3C1

Tints of Heather #A4B3C1

Color information

#A4B3C1 (or 0xA4B3C1) is unknown color: approx Heather. HEX triplet: A4, B3 and C1. RGB value is (164,179,193). Sum of RGB (Red+Green+Blue) = 164+179+193=536 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.60% from 536); Green value is 179 (70.31% from 255 or 33.40% from 536); Blue value is 193 (75.78% from 255 or 36.01% from 536); Max value from RGB is 193 - color contains mainly: blue. Hex color #A4B3C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4B3C1 is #5B4C3E. Grayscale: #B0B0B0. Windows color (decimal): -5983295 or 12694436. OLE color: 12694436.

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

Color convert

RGB164179193-
CMYK0.150.0700.24
HSL208.97º18.95%70%-
HSV(B)208.97º15.03%75.69%-
XYZ41.0643.9856.78-
YUV176.11137.53119.36-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.60%
GREEN value IS 179 (70.31% from 255) = 33.40%
BLUE value IS 193 (75.78% from 255) = 36.01%
R=30.60%
G=33.40%
B=36.01%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1641791930.150.0700.24208.9718.9570
HexA4B3C1F7018d11346
Octal24426330117703032123106
Binary101001001011001111000001111111101100011010001100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4B3C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4B3C1; }

 p { color: rgb(164,179,193); }

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

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

 a { background-color: rgb(164,179,193); }

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

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

 span { border-color: rgb(164,179,193); }

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