Html Css Color HEX #A3AFBA Nepal

📋 copy color: '#A3AFBA'

red 163 ◦ green 175 ◦ blue 186

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

Shades of Nepal #A3AFBA

Tints of Nepal #A3AFBA

RGB

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

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

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

R = 31.11%
G = 33.4%
B = 35.5%

CMYK

 C value IS 0.12

 M value IS 0.06

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A3AFBA (or 0xA3AFBA) is known color: Nepal. HEX triplet: A3, AF and BA. RGB value is (163,175,186). Sum of RGB (Red+Green+Blue) = 163+175+186=524 (69% of max value = 765). Red value is 163 (64.06% from 255 or 31.11% from 524); Green value is 175 (68.75% from 255 or 33.40% from 524); Blue value is 186 (73.05% from 255 or 35.50% from 524); Max value from RGB is 186 - color contains mainly: blue. Hex color #A3AFBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A3AFBA is #5C5045. Grayscale: #ACACAC. Windows color (decimal): -6049862 or 12234659. OLE color: 12234659.

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

Color convert

RGB 163 175 186 -
CMYK 0.12 0.06 0 0.27
HSL 208.7º 0.14% 0.68% -
HSV(B) 208.7º 0.12% 0.73% -
XYZ 39.3 41.99 52.49 -
YUV 172.67 135.52 121.11 -
System Red Green Blue C M Y K H S L
Decimal 163 175 186 0.12 0.06 0 0.27 208.7 0.14 0.68
Hex A3 AF BA C 6 0 1B D1 E 44
Octal 243 257 272 14 6 0 33 321 16 104
Binary 10100011 10101111 10111010 1100 110 0 11011 11010001 1110 1000100

Color Harmonies of #A3AFBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3AFBA

Black with #A3AFBA

Text Example


Text Example

White with #A3AFBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3AFBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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