Html Css Color HEX #A1AFBA Nepal

📋 copy color: '#A1AFBA'

red 161 ◦ green 175 ◦ blue 186

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

Shades of Nepal #A1AFBA

Tints of Nepal #A1AFBA

RGB

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

 GREEN value IS 175 (68.75% from 255) = 33.52%

 BLUE value IS 186 (73.05% from 255) = 35.63%

R = 30.84%
G = 33.52%
B = 35.63%

CMYK

 C value IS 0.13

 M value IS 0.06

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A1AFBA (or 0xA1AFBA) is known color: Nepal. HEX triplet: A1, AF and BA. RGB value is (161,175,186). Sum of RGB (Red+Green+Blue) = 161+175+186=522 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.84% from 522); Green value is 175 (68.75% from 255 or 33.52% from 522); Blue value is 186 (73.05% from 255 or 35.63% from 522); Max value from RGB is 186 - color contains mainly: blue. Hex color #A1AFBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A1AFBA is #5E5045. Grayscale: #ACACAC. Windows color (decimal): -6180934 or 12234657. OLE color: 12234657.

HSL color Cylindrical-coordinate representation of color #A1AFBA: hue angle of 206.4º degrees, saturation: 0.15, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A1AFBA is Cyan = 0.13, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 161 175 186 -
CMYK 0.13 0.06 0 0.27
HSL 206.4º 0.15% 0.68% -
HSV(B) 206.4º 0.13% 0.73% -
XYZ 38.89 41.78 52.47 -
YUV 172.07 135.86 120.11 -
System Red Green Blue C M Y K H S L
Decimal 161 175 186 0.13 0.06 0 0.27 206.4 0.15 0.68
Hex A1 AF BA D 6 0 1B CE F 44
Octal 241 257 272 15 6 0 33 316 17 104
Binary 10100001 10101111 10111010 1101 110 0 11011 11001110 1111 1000100

Color Harmonies of #A1AFBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1AFBA

Black with #A1AFBA

Text Example


Text Example

White with #A1AFBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1AFBA; }

 p { color: rgb(161,175,186); }

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

background-color css

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

 a { background-color: rgb(161,175,186); }

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

border-color css

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

 span { border-color: rgb(161,175,186); }

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