Html Css Color HEX #A1B7CA Heather

📋 copy color: '#A1B7CA'

red 161 ◦ green 183 ◦ blue 202

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

Shades of Heather #A1B7CA

Tints of Heather #A1B7CA

RGB

 RED value IS 161 (63.28% from 255) = 29.49%

 GREEN value IS 183 (71.88% from 255) = 33.52%

 BLUE value IS 202 (79.3% from 255) = 37%

R = 29.49%
G = 33.52%
B = 37%

CMYK

 C value IS 0.20

 M value IS 0.09

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A1B7CA (or 0xA1B7CA) is known color: Heather. HEX triplet: A1, B7 and CA. RGB value is (161,183,202). Sum of RGB (Red+Green+Blue) = 161+183+202=546 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.49% from 546); Green value is 183 (71.88% from 255 or 33.52% from 546); Blue value is 202 (79.30% from 255 or 37.00% from 546); Max value from RGB is 202 - color contains mainly: blue. Hex color #A1B7CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1B7CA is #5E4835. Grayscale: #B2B2B2. Windows color (decimal): -6178870 or 13285281. OLE color: 13285281.

HSL color Cylindrical-coordinate representation of color #A1B7CA: hue angle of 207.8º degrees, saturation: 0.28, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A1B7CA is Cyan = 0.20, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 161 183 202 -
CMYK 0.20 0.09 0 0.21
HSL 207.8º 0.28% 0.71% -
HSV(B) 207.8º 0.2% 0.79% -
XYZ 42.29 45.71 62.47 -
YUV 178.59 141.21 115.46 -
System Red Green Blue C M Y K H S L
Decimal 161 183 202 0.20 0.09 0 0.21 207.8 0.28 0.71
Hex A1 B7 CA 14 9 0 15 D0 1C 47
Octal 241 267 312 24 11 0 25 320 34 107
Binary 10100001 10110111 11001010 10100 1001 0 10101 11010000 11100 1000111

Color Harmonies of #A1B7CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1B7CA

Black with #A1B7CA

Text Example


Text Example

White with #A1B7CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1B7CA; }

 p { color: rgb(161,183,202); }

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

background-color css

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

 a { background-color: rgb(161,183,202); }

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

border-color css

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

 span { border-color: rgb(161,183,202); }

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