Html Css Color HEX #A3B9CD Heather

📋 copy color: '#A3B9CD'

red 163 ◦ green 185 ◦ blue 205

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

Shades of Heather #A3B9CD

Tints of Heather #A3B9CD

RGB

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

 GREEN value IS 185 (72.66% from 255) = 33.45%

 BLUE value IS 205 (80.47% from 255) = 37.07%

R = 29.48%
G = 33.45%
B = 37.07%

CMYK

 C value IS 0.20

 M value IS 0.10

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A3B9CD (or 0xA3B9CD) is known color: Heather. HEX triplet: A3, B9 and CD. RGB value is (163,185,205). Sum of RGB (Red+Green+Blue) = 163+185+205=553 (73% of max value = 765). Red value is 163 (64.06% from 255 or 29.48% from 553); Green value is 185 (72.66% from 255 or 33.45% from 553); Blue value is 205 (80.47% from 255 or 37.07% from 553); Max value from RGB is 205 - color contains mainly: blue. Hex color #A3B9CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3B9CD is #5C4632. Grayscale: #B4B4B4. Windows color (decimal): -6047283 or 13482403. OLE color: 13482403.

HSL color Cylindrical-coordinate representation of color #A3B9CD: hue angle of 208.57º degrees, saturation: 0.3, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A3B9CD is Cyan = 0.20, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 163 185 205 -
CMYK 0.20 0.10 0 0.20
HSL 208.57º 0.3% 0.72% -
HSV(B) 208.57º 0.2% 0.8% -
XYZ 43.47 46.89 64.52 -
YUV 180.7 141.71 115.37 -
System Red Green Blue C M Y K H S L
Decimal 163 185 205 0.20 0.10 0 0.20 208.57 0.3 0.72
Hex A3 B9 CD 14 A 0 14 D1 1E 48
Octal 243 271 315 24 12 0 24 321 36 110
Binary 10100011 10111001 11001101 10100 1010 0 10100 11010001 11110 1001000

Color Harmonies of #A3B9CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3B9CD

Black with #A3B9CD

Text Example


Text Example

White with #A3B9CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3B9CD; }

 p { color: rgb(163,185,205); }

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

background-color css

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

 a { background-color: rgb(163,185,205); }

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

border-color css

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

 span { border-color: rgb(163,185,205); }

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